Serhiy Storchaka added the comment:

Thank you for your report Matt.

There is other problem. It is nowhere documented and newer granted and newer 
mentioned when ZipFile.open() was added, but file-like objects returned by 
ZipFile.open() could be read in different threads simultaneously. It makes 
sense because decompressors release GIL and parallel reading compressed file 
can has benefit.

It is easy to fix both issues (I prefer to do this in separate paths), but due 
to the overall complexity it is safer to withdraw committed changes in 
maintained releases and apply additional patches only in default branch.

----------
stage:  -> patch review
Added file: http://bugs.python.org/file37732/zipfile_tellable.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14099>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to