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 cgohlke
Recipients cgohlke, serhiy.storchaka
Date 2013-09-04.03:54:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378266864.33.0.630334944711.issue18909@psf.upfronthosting.co.za>
In-reply-to
Content
Is PyLong_FromVoidPtr compatible to PyInt_FromLong on 32 bit Python 2.7? It looks like PyLong_FromVoidPtr returns a PyLong when the address is > 2**31, while PyInt_FromLong returns a PyInt? Not sure it matters. PyLong_FromVoidPtr is certainly cleaner.
History
Date User Action Args
2013-09-04 03:54:24cgohlkesetrecipients: + cgohlke, serhiy.storchaka
2013-09-04 03:54:24cgohlkesetmessageid: <1378266864.33.0.630334944711.issue18909@psf.upfronthosting.co.za>
2013-09-04 03:54:24cgohlkelinkissue18909 messages
2013-09-04 03:54:23cgohlkecreate