Skip to content
Snippets Groups Projects
Unverified Commit 56c80f89 authored by Lysandros Nikolaou's avatar Lysandros Nikolaou Committed by GitHub
Browse files

ENH: Globally enable Cython free-threading directive (#59248)

* ENH: Globally enable Cython free-threading directive

This is the Cython equivalent of adding a `Py_mod_gil` slot with
`Py_MOD_GIL_NOT_USED` like we did in #59135.

* Use add_project_arguments

* Mark json with Py_MOD_GIL_NOT_USED & remove PYTHON_GIL env var from ci test job
parent a8875e17
Branches master
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment