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 serhiy.storchaka
Recipients Oren Milman, serhiy.storchaka, vstinner
Date 2016-07-06.08:39:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467794355.03.0.451851557584.issue27441@psf.upfronthosting.co.za>
In-reply-to
Content
Changes to PyLong_FromUnsignedLong() and PyLong_FromUnsignedLongLong() LGTM. I don't know whether other changes have a positive effect. Are there any microbenchmarks? There are other places in which Py_SIZE() is set to the same value.
History
Date User Action Args
2016-07-06 08:39:15serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, Oren Milman
2016-07-06 08:39:15serhiy.storchakasetmessageid: <1467794355.03.0.451851557584.issue27441@psf.upfronthosting.co.za>
2016-07-06 08:39:15serhiy.storchakalinkissue27441 messages
2016-07-06 08:39:14serhiy.storchakacreate