Skip to content

zipfile2 is broken in Python 3.12 #467

@Nebucatnetzer

Description

@Nebucatnetzer

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions