Log Message:
-----------
Declare Cython extensions as free-threading compatible
Add the `freethreading_compatible` Cython compiler directive when building
on Python 3.13+, so that importing the compiled extensions on free-threaded
Python (3.13t/3.14t) no longer re-enables the GIL.
Log Message:
-----------
Declare Cython extensions as free-threading compatible
Add the `freethreading_compatible` Cython compiler directive when building
on Python 3.13+, so that importing the compiled extensions on free-threaded
Python (3.13t/3.14t) no longer re-enables the GIL.