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 ronaldoussoren
Recipients Chen.Huang, X-Istence, meador.inge, ndousis, ronaldoussoren
Date 2012-01-30.16:49:13
SpamBayes Score 0.004297068
Marked as misclassified No
Message-id <1327942154.16.0.820901437951.issue10910@psf.upfronthosting.co.za>
In-reply-to
Content
The only real fix I found is to introduce "Py_" prefixed versions of all definitions in ctypes.h that are used in Python (that is Py_isalnum) and use that throughout the python source tree.

That's a pretty invasive patch though and would probably be off-limit for 2.7 and 3.2.
History
Date User Action Args
2012-01-30 16:49:14ronaldoussorensetrecipients: + ronaldoussoren, meador.inge, X-Istence, ndousis, Chen.Huang
2012-01-30 16:49:14ronaldoussorensetmessageid: <1327942154.16.0.820901437951.issue10910@psf.upfronthosting.co.za>
2012-01-30 16:49:13ronaldoussorenlinkissue10910 messages
2012-01-30 16:49:13ronaldoussorencreate