Kevin Mehall added the comment:
I think I found the root cause of this problem and proposed a fix in
https://github.com/python/cpython/pull/26974
To monkey-patch this fix on existing versions of Python, I'm using:
class PatchedSharedFile(zipfile._SharedFile):
def __init__(self,
Change by Kevin Mehall :
--
keywords: +patch
nosy: +kevinmehall
nosy_count: 5.0 -> 6.0
pull_requests: +25538
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/26974
___
Python tracker
<https://bugs.python.org/i