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 eryksun
Recipients eryksun, iritkatriel, jk, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-10-08.11:34:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602156883.59.0.9727518427.issue26332@roundup.psfhosted.org>
In-reply-to
Content
I see nothing to act on in this issue. A common cause of access violations with ctypes is truncated pointer values. There's a lot of sloppy ctypes code from the 32-bit era that assumes a C int can store a pointer.
History
Date User Action Args
2020-10-08 11:34:43eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower, jk, iritkatriel
2020-10-08 11:34:43eryksunsetmessageid: <1602156883.59.0.9727518427.issue26332@roundup.psfhosted.org>
2020-10-08 11:34:43eryksunlinkissue26332 messages
2020-10-08 11:34:43eryksuncreate