Skip to content

Conversation

@Rogdham
Copy link
Owner

@Rogdham Rogdham commented Nov 7, 2025

We don't support free-threading, but this should not prevent us from shipping wheels.

>>> import sys
>>> sys._is_gil_enabled()
False
>>> import pyzstd
<frozen importlib._bootstrap>:491: RuntimeWarning: The global interpreter lock (GIL) has been enabled to load module 'pyzstd._c._zstd', which has not declared that it can run safely without the GIL. To override this behavior and keep the GIL disabled (at your own risk), run with PYTHON_GIL=0 or -Xgil=0.
>>> sys._is_gil_enabled()
True

@Rogdham Rogdham merged commit 59cbb17 into master Nov 9, 2025
48 checks passed
@Rogdham Rogdham deleted the wheels-ft branch November 9, 2025 17:07
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

Successfully merging this pull request may close these issues.

2 participants