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 elieux
Recipients elieux
Date 2015-03-14.22:04:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426370668.97.0.493459472376.issue23663@psf.upfronthosting.co.za>
In-reply-to
Content
Two Cygwin-specific sections in `Modules/_ctypes/_ctypes.c` cause a crash due to bad call to `PyErr_Format`. I'm not sure if there's one extra format specifier, or one argument is missing. Patches assuming the former case for v2.7 and v3.3:

https://github.com/Alexpux/MSYS2-packages/blob/master/python3/3.3-wrong-parameters.patch

https://github.com/Alexpux/MSYS2-packages/blob/master/python2/0260-wrong-parameters.patch
History
Date User Action Args
2015-03-14 22:04:29elieuxsetrecipients: + elieux
2015-03-14 22:04:28elieuxsetmessageid: <1426370668.97.0.493459472376.issue23663@psf.upfronthosting.co.za>
2015-03-14 22:04:28elieuxlinkissue23663 messages
2015-03-14 22:04:28elieuxcreate