This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients ixokai, nadeem.vawda, ned.deily, neologix, pitrou, python-dev, sdaoden, skrah, vstinner
Date 2011-05-01.23:22:40
SpamBayes Score 3.9943593e-06
Marked as misclassified No
Message-id <1304292161.49.0.705266735254.issue11277@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2011-05-01 23:22:41vstinnersetrecipients: + vstinner, ixokai, pitrou, nadeem.vawda, ned.deily, skrah, neologix, sdaoden, python-dev
2011-05-01 23:22:41vstinnersetmessageid: <1304292161.49.0.705266735254.issue11277@psf.upfronthosting.co.za>
2011-05-01 23:22:40vstinnerlinkissue11277 messages
2011-05-01 23:22:40vstinnercreate