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 pitrou
Recipients brian.curtin, pitrou, tim.golden
Date 2010-08-15.18:02:25
SpamBayes Score 0.005077911
Marked as misclassified No
Message-id <1281895347.49.0.271541660208.issue9613@psf.upfronthosting.co.za>
In-reply-to
Content
Under 64-bit Windows, Python aliases PyLong_FromPid() to PyLong_FromLong() (and PyLong_AsPid() to PyLong_AsLong()), but a C "long" is 32-bit, while apparently the MSVCRT defines a pid to be intptr_t, that is 64-bit. A potential loss of data ensues.
History
Date User Action Args
2010-08-15 18:02:27pitrousetrecipients: + pitrou, tim.golden, brian.curtin
2010-08-15 18:02:27pitrousetmessageid: <1281895347.49.0.271541660208.issue9613@psf.upfronthosting.co.za>
2010-08-15 18:02:25pitroulinkissue9613 messages
2010-08-15 18:02:25pitroucreate