]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-108223: test.pythoninfo and libregrtest log Py_NOGIL (#108238)
authorVictor Stinner <vstinner@python.org>
Mon, 21 Aug 2023 20:16:23 +0000 (22:16 +0200)
committerGitHub <noreply@github.com>
Mon, 21 Aug 2023 20:16:23 +0000 (22:16 +0200)
commit5afe0c17ca14df430736e549542a4b85e7e7c7ac
treefa9a02214fff5a63d2e2c937687cf16a1e397f3c
parentd63972e289e05b0d82e59f32f107312a8b3de7b5
gh-108223: test.pythoninfo and libregrtest log Py_NOGIL (#108238)

Enable with --disable-gil --without-pydebug:

    $ make pythoninfo|grep NOGIL
    sysconfig[Py_NOGIL]: 1

    $ ./python -m test
    ...
    == Python build: nogil debug
    ...
Lib/test/libregrtest/utils.py
Lib/test/pythoninfo.py