Skip to content

Eliminate zstd version checking at runtime #254

@georgthegreat

Description

@georgthegreat

Hi,

we build python-zstandard as a part of our monorepo and we experience the necessity to patch python bindings every time zstd gets updated.
This code checks if the runtime version matches the compile time one:

unsigned our_hardcoded_version = 10506;

Is it possible to either remove this check or make it more flexible?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions