• Tim Peters's avatar
    Related to SF patch 618135: gzip.py and files > 2G. · fb0ea525
    Tim Peters yazdı
    Fixed the signed/unsigned confusions when dealing with files >= 2GB.
    4GB is still a hard limitation of the gzip file format, though.
    
    Testing this was a bitch on Win98SE due to frequent system freezes.  It
    didn't freeze while running gzip, it kept freezing while trying to *create*
    a > 2GB test file!  This wasn't Python's doing.  I don't know of a
    reasonable way to test this functionality in regrtest.py, so I'm not
    checking in a test case (a test case would necessarily require creating
    a 2GB+ file first, using gzip to zip it, using gzip to unzip it again,
    and then compare before-and-after; so >4GB free space would be required,
    and a loooong time; I did all this "by hand" once).
    
    Bugfix candidate, I guess.
    fb0ea525
Adı
Son kayıt (commit)
Son güncelleme
..
RPM Loading commit data...
ACKS Loading commit data...
AIX-NOTES Loading commit data...
AtheOS-NOTES Loading commit data...
BeOS-NOTES Loading commit data...
BeOS-setup.py Loading commit data...
HISTORY Loading commit data...
HPUX-NOTES Loading commit data...
NEWS Loading commit data...
NEWS.help Loading commit data...
PURIFY.README Loading commit data...
Porting Loading commit data...
README Loading commit data...
RFD Loading commit data...
SpecialBuilds.txt Loading commit data...
cheatsheet Loading commit data...
find_recursionlimit.py Loading commit data...
gdbinit Loading commit data...
indent.pro Loading commit data...
pymemcompat.h Loading commit data...
python-mode.el Loading commit data...
python.man Loading commit data...
setuid-prog.c Loading commit data...
vgrindefs Loading commit data...