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 sbt
Recipients brian.curtin, mark.dickinson, pitrou, python-dev, sbt, serhiy.storchaka, tim.golden, vstinner
Date 2013-06-05.15:29:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370446145.31.0.399796456316.issue17931@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a patch that adds _Py_PARSE_INTPTR and _Py_PARSE_UINTPTR to Include/longobject.h.

It also uses _Py_PARSE_INTPTR in Modules/posixmodule.c and PC/msvcrtmodule.c and removes the definition for SIZEOF_PID.
History
Date User Action Args
2013-06-05 15:29:05sbtsetrecipients: + sbt, mark.dickinson, pitrou, vstinner, tim.golden, brian.curtin, python-dev, serhiy.storchaka
2013-06-05 15:29:05sbtsetmessageid: <1370446145.31.0.399796456316.issue17931@psf.upfronthosting.co.za>
2013-06-05 15:29:05sbtlinkissue17931 messages
2013-06-05 15:29:05sbtcreate