[issue28449] tarfile.open(mode = 'r:*', ignore_zeros = True) has 50% chance failed to open compressed tars?

Serhiy Storchaka report at bugs.python.org
Sun Oct 16 13:16:52 EDT 2016


Serhiy Storchaka added the comment:

Proposed patch fixes the issue.

Existing test was passed by accident -- compressed tarfiles were too short for false detecting.

----------
keywords: +patch
nosy: +serhiy.storchaka
stage:  -> patch review
Added file: http://bugs.python.org/file45119/tarfile_ignore_zeros_auto.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28449>
_______________________________________


More information about the Python-bugs-list mailing list