Skip to content

Make fallback API match Cython's for attributes #44

@jnothman

Description

@jnothman

Currently fallback.Unpacker has a list_hook attribute publicly available. It would not be surprising if a user decided to change the value of list_hook after the Unpacker was constructed, but such functionality is not compatible with the Cython version.

Hence, we should probably preface the attributes of Unpacker and Packer with _ to make it clear that they are not to be used without caution.

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