Message134945
I am not able to check the fix, but the buildbots are :-)
What should be done for Python 2.7? In Python 2.7, zlib.crc32() stores the buffer length into an int (so the maximum length is INT_MAX), and so test_zlib doesn't test a (sparse) file of 4 GB (ChecksumBigBufferTestCase).
But I suppose that mmap bug can also occur with a file of 2 GB.
@sdaoden: Can you try on Python 2.7? |
|
Date |
User |
Action |
Args |
2011-05-01 23:22:41 | vstinner | set | recipients:
+ vstinner, ixokai, pitrou, nadeem.vawda, ned.deily, skrah, neologix, sdaoden, python-dev |
2011-05-01 23:22:41 | vstinner | set | messageid: <1304292161.49.0.705266735254.issue11277@psf.upfronthosting.co.za> |
2011-05-01 23:22:40 | vstinner | link | issue11277 messages |
2011-05-01 23:22:40 | vstinner | create | |
|