This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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?
History
Date User Action Args
2015-04-05 13:08:08chaseltonsetrecipients: + chaselton, vstinner, r.david.murray, freakboy3742, ethan.furman, refi64
2015-04-05 13:08:08chaseltonsetmessageid: <1428239288.45.0.742807335017.issue23496@psf.upfronthosting.co.za>
2015-04-05 13:08:08chaseltonlinkissue23496 messages
2015-04-05 13:08:08chaseltoncreate