The GIL is currently relied upon. It will likely [go away eventually](https://github.com/pypa/cibuildwheel/issues/2531). https://py-free-threading.github.io/ https://docs.python.org/3.14/howto/free-threading-extensions.html - [ ] Update unicode to say GIL not needed - [ ] The utf8/offset mappers likely need critical sections - [ ] Update apsw module to say GIL not needed More in lower comment
The GIL is currently relied upon. It will likely go away eventually.
https://py-free-threading.github.io/
https://docs.python.org/3.14/howto/free-threading-extensions.html
More in lower comment