Staging
v0.8.1
https://github.com/python/cpython
Revision 7623294cb76b23d63df2858df71072721bf409cc authored by Lars Gustäbel on 22 March 2009, 20:48:03 UTC, committed by Lars Gustäbel on 22 March 2009, 20:48:03 UTC
forever on incomplete input. That caused tarfile.open() to hang when used
with mode 'r' or 'r:bz2' and a fileobj argument that contained no data or
partial bzip2 compressed data.

(backported from r70523)
1 parent f73bf85
History
Tip revision: 7623294cb76b23d63df2858df71072721bf409cc authored by Lars Gustäbel on 22 March 2009, 20:48:03 UTC
Issue #5068: Fixed the tarfile._BZ2Proxy.read() method that would loop
Tip revision: 7623294
File Mode Size
Grammar -rw-r--r-- 5.8 KB

back to top