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 baptistecrepin
Recipients baptistecrepin, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-05-05.16:06:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620230812.01.0.281196381617.issue44051@roundup.psfhosted.org>
In-reply-to
Content
The ctypes.windll.kernel32.VirtuAlloc function return by default a ctypes.c_long but on 64bits systems memory addresses can be higher so it should be a ctypes.c_uint64 or ctypes.c_void_p.
History
Date User Action Args
2021-05-05 16:06:52baptistecrepinsetrecipients: + baptistecrepin, paul.moore, tim.golden, zach.ware, steve.dower
2021-05-05 16:06:52baptistecrepinsetmessageid: <1620230812.01.0.281196381617.issue44051@roundup.psfhosted.org>
2021-05-05 16:06:52baptistecrepinlinkissue44051 messages
2021-05-05 16:06:51baptistecrepincreate