This can be built by specifying `--disable-gil` to `configure`. See also: https://docs.python.org/3.14/whatsnew/3.14.html#free-threaded-mode As a quick sanity check, the following should work: ``` >>> import sys >>> sys._is_gil_enabled() False ```