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-15.08:57:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
If we change something, I suggest to be consistent with lshift. I expect a memory error on "1 << (1 << 1024)" (no unlimited loop before a global system collapse please ;-))
History
Date User Action Args
2017-03-15 08:57:40vstinnersetrecipients: + vstinner, mark.dickinson, serhiy.storchaka, Oren Milman
2017-03-15 08:57:40vstinnersetmessageid: <[email protected]>
2017-03-15 08:57:40vstinnerlinkissue29816 messages
2017-03-15 08:57:40vstinnercreate