]> granicus.if.org Git - python/commit
[Bug #822668] tarfile raises an exception if the tarfile is gzipped and is too large...
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 24 Oct 2003 17:38:34 +0000 (17:38 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 24 Oct 2003 17:38:34 +0000 (17:38 +0000)
commit10a444965dd537f4fc0483e960941cfdac8b2e11
treedc180dcf3c96e60d3ecd7e37316b04a1a90586d8
parent1b3c04b510c875fd3e31d13b73e76d3702bf99a0
[Bug #822668] tarfile raises an exception if the tarfile is gzipped and is too large; the gzip filesize should be written out mod 2**32.  (Reported by Johan Fredrik Ohman)
Lib/tarfile.py