]> 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:41:56 +0000 (18:41 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 2 Nov 2014 17:41:56 +0000 (18:41 +0100)
commit8a03896cace7cf2b8634c1409722fe6d3f9c8bcd
tree23f5e2d94a09abf5a2c80d095c26bd7f5e391dac
parentc58e3a449bfcf42b4d3ec0495960472adaaa952e
parentcc23154d020723dc85d055324861f6a8f54fe0f7
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