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 python-dev
Recipients Alex Groce, mark.dickinson, python-dev, r.david.murray, serhiy.storchaka, skrah
Date 2016-08-29.18:38:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160829183821.113453.31937.A51CACBE@psf.io>
In-reply-to
Content
New changeset 58ea646ef657 by Mark Dickinson in branch '2.7':
Issue #27870: A left shift of zero by a large integer no longer attempts to allocate large amounts of memory.
https://hg.python.org/cpython/rev/58ea646ef657
History
Date User Action Args
2016-08-29 18:38:26python-devsetrecipients: + python-dev, mark.dickinson, r.david.murray, skrah, serhiy.storchaka, Alex Groce
2016-08-29 18:38:25python-devlinkissue27870 messages
2016-08-29 18:38:25python-devcreate