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.

作者 vstinner
收信人 ixokai, nadeem.vawda, ned.deily, neologix, pitrou, python-dev, sdaoden, skrah, vstinner
日期 2011-05-01.23:22:40
SpamBayes Score 3.9943593e-06
Marked as misclassified
Message-id <1304292161.49.0.705266735254.issue11277@psf.upfronthosting.co.za>
In-reply-to
内容
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?
历史
日期 用户 动作 参数
2011-05-01 23:22:41vstinner修改recipients: + vstinner, ixokai, pitrou, nadeem.vawda, ned.deily, skrah, neologix, sdaoden, python-dev
2011-05-01 23:22:41vstinner修改messageid: <1304292161.49.0.705266735254.issue11277@psf.upfronthosting.co.za>
2011-05-01 23:22:40vstinner链接issue11277 messages
2011-05-01 23:22:40vstinner创建