Message240117
| Author |
chaselton |
| Recipients |
chaselton, ethan.furman, freakboy3742, r.david.murray, refi64, vstinner |
| Date |
2015年04月05日.13:08:08 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1428239288.45.0.742807335017.issue23496@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
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? |
|