]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #27870: A left shift of zero by a large integer no longer attempts to allocate...
authorMark Dickinson <dickinsm@gmail.com>
Mon, 29 Aug 2016 18:27:06 +0000 (19:27 +0100)
committerMark Dickinson <dickinsm@gmail.com>
Mon, 29 Aug 2016 18:27:06 +0000 (19:27 +0100)
commit82a95277b8f8cb8245abdd14decff9d44d13d25c
treed223cd7cd9a745b25d5c364bbe26bec1140f2e0f
parent4e1de16f88cd8b99b2d154e647b63f2f6f8b58ae
Issue #27870: A left shift of zero by a large integer no longer attempts to allocate large amounts of memory.
Lib/test/test_long.py
Misc/NEWS
Objects/longobject.c