Skip to content

Conversation

@jswhit
Copy link
Collaborator

@jswhit jswhit commented Dec 24, 2025

addresses issue #1454. Will need to update docs to warn people not to actually use threading as it will cause segfaults.

@jswhit
Copy link
Collaborator Author

jswhit commented Jan 1, 2026

tests fail for free-threaded wheels with

RuntimeWarning: The global interpreter lock (GIL) has been enabled to load module 'netCDF4._netCDF4', 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.

@jswhit
Copy link
Collaborator Author

jswhit commented Jan 2, 2026

tests pass if RuntimeWarning about GIL is ignored

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