Skip to content
Snippets Groups Projects
  • Lysandros Nikolaou's avatar
    ENH: Globally enable Cython free-threading directive (#59248) · 56c80f89
    Lysandros Nikolaou authored
    * 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
    56c80f89