You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
python-zstandard/c-ext/backend_c.c
Line 155 in 9eb5694
Is it possible to either remove this check or make it more flexible?
The text was updated successfully, but these errors were encountered: