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 belopolsky
Recipients
Date 2007-04-18.22:09:31
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
At several places _ctypes module converts a python integer to a void* pointer by first extracting an argument into an int.  Attached patch changes int to Py_ssize_t that is guaranteed to be wide enough to hold a pointer. 
History
Date User Action Args
2007-08-23 15:58:03adminlinkissue1703286 messages
2007-08-23 15:58:03admincreate