mirror of
https://github.com/python/cpython.git
synced 2026-05-17 18:08:50 -04:00
5afe0c17ca
Enable with --disable-gil --without-pydebug:
$ make pythoninfo|grep NOGIL
sysconfig[Py_NOGIL]: 1
$ ./python -m test
...
== Python build: nogil debug
...