[issue14099] ZipFile.open() should not reopen the underlying file

Serhiy Storchaka report at bugs.python.org
Fri Jan 16 20:37:37 CET 2015


Serhiy Storchaka added the comment:

Adding locks almost not affects performance, because reads are done by relative large chunks and locking overhead is small.

----------
Added file: http://bugs.python.org/file37733/zipfile_threadsafe.patch

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


More information about the Python-bugs-list mailing list