[issue40564] Using zipfile.Path with several files prematurely closes zip

Jason R. Coombs report at bugs.python.org
Wed Sep 23 09:29:58 EDT 2020


Jason R. Coombs <jaraco at jaraco.com> added the comment:

I've released zipp 3.2.0 that includes a fix for this issue (option 2). Please test it out.

Because this change affects the user's expectation about the effect of what's passed in, I'm hesitant to backport it to 3.8 and 3.9. It's too late to go into 3.9.0, so the earliest it can appear is in 3.9.1.

Please advise - does the undesirable behavior warrant a bugfix backport, or is it sufficient to direct users impacted by this issue prior to Python 3.10 to use the `zipp` backport?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40564>
_______________________________________


More information about the Python-bugs-list mailing list