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 nadeem.vawda
Recipients ixokai, nadeem.vawda, ned.deily, neologix, pitrou, python-dev, sdaoden, skrah, vstinner
Date 2011-05-06.22:40:28
SpamBayes Score 4.940672e-05
Marked as misclassified No
Message-id <1304721629.88.0.0214628335849.issue11277@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the tests; I'll review and commit them tomorrow morning.

> Even if that means that there is no test which checksums an
> entire superlarge mmap() region.

Bear in mind that the test is only to be removed from 2.7; it will still
be present in the 3.* branches, where crc32() and adler32() actually can
accept such large inputs.

@haypo, @pitrou: Are there any objections to removing test_big_buffer()
from Lib/test/test_zlib.py? If not, I think we can close this issue once
that and the additional mmap tests are committed.
History
Date User Action Args
2011-05-06 22:40:29nadeem.vawdasetrecipients: + nadeem.vawda, ixokai, pitrou, vstinner, ned.deily, skrah, neologix, sdaoden, python-dev
2011-05-06 22:40:29nadeem.vawdasetmessageid: <1304721629.88.0.0214628335849.issue11277@psf.upfronthosting.co.za>
2011-05-06 22:40:28nadeem.vawdalinkissue11277 messages
2011-05-06 22:40:28nadeem.vawdacreate