[New-bugs-announce] [issue40103] ZipFile.extractall is not multiprocess safe with regard to directory creation.

Nathan Silberman report at bugs.python.org
Sun Mar 29 12:33:47 EDT 2020


New submission from Nathan Silberman <nathan.silberman at 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 <report at bugs.python.org>
<https://bugs.python.org/issue40103>
_______________________________________


More information about the New-bugs-announce mailing list