mirror of
https://github.com/python/cpython.git
synced 2026-05-26 06:14:25 -04:00
d4e5be5340
A MemoryError is now raised when the list cannot be created. There is a test, but as the comment says, it really only works for 32 bit systems. I don't know how to improve the test for other systems (ie, 64 bit or systems where the data size != addressable size, e.g. 64 bit data, but 48 bit addressable memory)