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 mark.dickinson
Recipients Oren Milman, mark.dickinson, python-dev, serhiy.storchaka, vstinner
Date 2016-09-17.18:48:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474138138.88.0.0314579487754.issue27441@psf.upfronthosting.co.za>
In-reply-to
Content
Changes to PyLong_FromUnsignedLong and PyLong_FromUnsignedLongLong applied. I've left the others; for the small int initialisation, that code isn't performance critical anyway, and I'm not entirely comfortable with assuming that PyObject_INIT_VAR will always handle negative sizes correctly. (The (ab)use of the sign bit of the ob_size field is something that's particular to the int type.)
History
Date User Action Args
2016-09-17 18:48:58mark.dickinsonsetrecipients: + mark.dickinson, vstinner, python-dev, serhiy.storchaka, Oren Milman
2016-09-17 18:48:58mark.dickinsonsetmessageid: <1474138138.88.0.0314579487754.issue27441@psf.upfronthosting.co.za>
2016-09-17 18:48:58mark.dickinsonlinkissue27441 messages
2016-09-17 18:48:58mark.dickinsoncreate