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, mark.dickinson, serhiy.storchaka, vstinner
Date 2017-03-22.19:52:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490212375.08.0.989205043753.issue29816@psf.upfronthosting.co.za>
In-reply-to
Content
The special case would be not needed if limit Python ints on 32-bit platforms to approximately 2**2**28. int.bit_length() could be simpler too.
History
Date User Action Args
2017-03-22 19:52:55serhiy.storchakasetrecipients: + serhiy.storchaka, mark.dickinson, vstinner, Oren Milman
2017-03-22 19:52:55serhiy.storchakasetmessageid: <1490212375.08.0.989205043753.issue29816@psf.upfronthosting.co.za>
2017-03-22 19:52:55serhiy.storchakalinkissue29816 messages
2017-03-22 19:52:55serhiy.storchakacreate