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-15.10:17:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489573027.61.0.273042968522.issue29816@psf.upfronthosting.co.za>
In-reply-to
Content
This is not MemoryError. On 32-bit platform `1 << (sys.maxsize + 1)` raises an OverflowError, but `1 << sys.maxsize << 1` can be calculated.
History
Date User Action Args
2017-03-15 10:17:07serhiy.storchakasetrecipients: + serhiy.storchaka, mark.dickinson, vstinner, Oren Milman
2017-03-15 10:17:07serhiy.storchakasetmessageid: <1489573027.61.0.273042968522.issue29816@psf.upfronthosting.co.za>
2017-03-15 10:17:07serhiy.storchakalinkissue29816 messages
2017-03-15 10:17:07serhiy.storchakacreate