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 MrTroble, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-07-27.14:40:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1595860812.04.0.444560763557.issue41386@roundup.psfhosted.org>
In-reply-to
Content
> in the windows API they seam to not know whether to use a ulong or a uint

This usage requires C `long int` to be the same size as `int` in 64-bit Windows.
History
Date User Action Args
2020-07-27 14:40:12eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower, MrTroble
2020-07-27 14:40:12eryksunsetmessageid: <1595860812.04.0.444560763557.issue41386@roundup.psfhosted.org>
2020-07-27 14:40:12eryksunlinkissue41386 messages
2020-07-27 14:40:11eryksuncreate