Ronald Oussoren <[email protected]> added the comment: 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. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue10910> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
