Message240117
Hey Ryan,
Just now patching downloaded/unzipped tip and was wondering if there was an order in which patches should be applied.
I ask because i'm getting the following when applying the android_segfault_fix.patch
/bld/python/cpython-3.4/cpython-3.4/Python $ patch < android_segfault_fix.patch
patching file frozenmain.c
Hunk 3 FAILED 53/56.
}
setlocale(LC_ALL, "");
+#endif
for (i = 0; i < argc; i++) {
argv_copy[i] = Py_DecodeLocale(argv[i], NULL);
argv_copy2[i] = argv_copy[i];
patching file pylifecycle.c
patch: can't open 'pylifecycle.c': No such file or directory
Thoughts? |
|
Date |
User |
Action |
Args |
2015-04-05 13:08:08 | chaselton | set | recipients:
+ chaselton, vstinner, r.david.murray, freakboy3742, ethan.furman, refi64 |
2015-04-05 13:08:08 | chaselton | set | messageid: <1428239288.45.0.742807335017.issue23496@psf.upfronthosting.co.za> |
2015-04-05 13:08:08 | chaselton | link | issue23496 messages |
2015-04-05 13:08:08 | chaselton | create | |
|