]> granicus.if.org Git - python/commit
Issue #22335: Fix crash when trying to enlarge a bytearray to 0x7fffffff bytes on...
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 2 Nov 2014 17:40:09 +0000 (18:40 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 2 Nov 2014 17:40:09 +0000 (18:40 +0100)
commitcc23154d020723dc85d055324861f6a8f54fe0f7
tree4443bd4e56e69d5040a3d1df710cebb03447e0b0
parent64f10d4f5e01ab119baa4d0a10403cec444810ce
Issue #22335: Fix crash when trying to enlarge a bytearray to 0x7fffffff bytes on a 32-bit platform.
Lib/test/test_bytes.py
Misc/NEWS
Objects/bytearrayobject.c
Objects/obmalloc.c