Skip to content

Unmarshal should handle loading pyc files with header bits handler. #1

@gsb-eng

Description

@gsb-eng

PYC files header bits varies across versions, most of the python3 versions follow 3*32 bit header format, there is a changed from python3.7 (from magic 3393). Not it is 4 * 32 bit, PEP552 explains this.

Pydis unmarshal should handle these cases while loading code objects or pyc files directly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestmarshalmarshal related changes

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions