New submission from Nathan Silberman <nathan.silber...@gmail.com>:

When extracting multiple zip files, each from a separate process, if the files 
being extracted are in nested directories and files across zips contain the 
same parent directories, the extraction process fails as one zip attempts to 
create a directory that was already created by the extraction call in another 
process.

----------
components: Library (Lib)
messages: 365268
nosy: nathansilberman
priority: normal
severity: normal
status: open
title: ZipFile.extractall is not multiprocess safe with regard to directory 
creation.
type: behavior
versions: Python 3.5, Python 3.6, Python 3.7, Python 3.8, Python 3.9

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

Reply via email to