[issue40103] ZipFile.extractall is not multiprocess safe with regard to directory creation.

2020-05-22 Thread Cheryl Sabella


Change by Cheryl Sabella :


--
nosy: +serhiy.storchaka, twouters

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue40103] ZipFile.extractall is not multiprocess safe with regard to directory creation.

2020-03-30 Thread Nathan Silberman


Change by Nathan Silberman :


--
keywords: +patch
pull_requests: +18597
stage:  -> patch review
pull_request: https://github.com/python/cpython/pull/19216

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue40103] ZipFile.extractall is not multiprocess safe with regard to directory creation.

2020-03-29 Thread Nathan Silberman


New submission from Nathan Silberman :

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com