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

Eliminate zstd version checking at runtime #254

Open
georgthegreat opened this issue Feb 21, 2025 · 0 comments
Open

Eliminate zstd version checking at runtime #254

georgthegreat opened this issue Feb 21, 2025 · 0 comments

Comments

@georgthegreat
Copy link

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?

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