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
Starting with Cython 3.1.0 (only available via the nightly wheels), extension modules
31
+
written in Cython can also do so using the
32
+
[`freethreading_compatible`](https://cython.readthedocs.io/en/latest/src/userguide/source_files_and_compilation.html#compiler-directives) compiler directive. It can be enabled either
33
+
per module or globally by adding `-Xfreethreading_comparible=True` to the Cython
34
+
arguments via the project's build system.
35
+
36
36
C or C++ extension modules using multi-phase initialization can specify the
0 commit comments