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 vstinner
Recipients Oren Milman, mark.dickinson, serhiy.storchaka, vstinner
Date 2017-03-27.11:17:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490613473.58.0.540166755305.issue29720@psf.upfronthosting.co.za>
In-reply-to
Content
"I am not sure whether such a platform exists, but on a platform where SIZEOF_VOID_P < SIZEOF_LONG, PyLong_AsVoidPtr ..."

I'm suite sure that every C function of CPython breaks if this assumption becomes wrong :-) Such platform doesn't exist.

You can add the build assertion if it makes you more confortable ;-)
History
Date User Action Args
2017-03-27 11:17:53vstinnersetrecipients: + vstinner, mark.dickinson, serhiy.storchaka, Oren Milman
2017-03-27 11:17:53vstinnersetmessageid: <1490613473.58.0.540166755305.issue29720@psf.upfronthosting.co.za>
2017-03-27 11:17:53vstinnerlinkissue29720 messages
2017-03-27 11:17:53vstinnercreate