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 gregory.p.smith
Recipients Danny.Yoo, gregory.p.smith, martin.panter, nadeem.vawda, serhiy.storchaka
Date 2016-08-07.16:32:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1470587550.91.0.62680820724.issue23306@psf.upfronthosting.co.za>
In-reply-to
Content
This appears to have been fixed by at least issue27130's https://hg.python.org/cpython/rev/2192edcfea02 recent commits.

greg:cpython/build27$ ./python -c "import zlib;zlib.crc32('a'*(1<<31))"
greg:cpython/build27$ ./python ../zipfile_2gb_test.py
True
greg:cpython/build27$ ls -al /tmp/zip_test.zip
-rw-rw-r-- 1 greg greg 2087407 Aug  7 09:28 /tmp/zip_test.zip
greg:~/sandbox/python/cpython/build27$ unzip -t /tmp/zip_test.zip
Archive:  /tmp/zip_test.zip
    testing: big                      OK
No errors detected in compressed data of /tmp/zip_test.zip.
greg:cpython/build27$ unzip -l /tmp/zip_test.zip
Archive:  /tmp/zip_test.zip
  Length      Date    Time    Name
---------  ---------- -----   ----
2147483648  2016-08-07 09:27   big
---------                     -------
2147483648                     1 file
History
Date User Action Args
2016-08-07 16:32:30gregory.p.smithsetrecipients: + gregory.p.smith, nadeem.vawda, martin.panter, serhiy.storchaka, Danny.Yoo
2016-08-07 16:32:30gregory.p.smithsetmessageid: <1470587550.91.0.62680820724.issue23306@psf.upfronthosting.co.za>
2016-08-07 16:32:30gregory.p.smithlinkissue23306 messages
2016-08-07 16:32:30gregory.p.smithcreate