Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zipfile2 is broken in Python 3.12 #467

Open
Nebucatnetzer opened this issue May 25, 2024 · 0 comments
Open

zipfile2 is broken in Python 3.12 #467

Nebucatnetzer opened this issue May 25, 2024 · 0 comments

Comments

@Nebucatnetzer
Copy link

zipfile2 uses ZipInfo._decodeExtra which requires an argument in Python 3.12 but zipfile2 doesn't provide it and therefore fails.

https://github.com/cournape/zipfile2/blob/master/zipfile2/_lean_zipfile.py#L191
https://github.com/python/cpython/blob/3.12/Lib/zipfile/__init__.py#L500

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant