]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40513: Per-interpreter gil_drop_request (GH-19927)
authorVictor Stinner <vstinner@python.org>
Tue, 5 May 2020 14:14:31 +0000 (16:14 +0200)
committerGitHub <noreply@github.com>
Tue, 5 May 2020 14:14:31 +0000 (16:14 +0200)
commit0b1e3307e24b0af45787ab6456535b8346e0239a
treea1dc53188efc9af1478f3c9fe707bbaac02f1224
parent4e01946cafca0cf49f796c3118e0d65237bcad69
bpo-40513: Per-interpreter gil_drop_request (GH-19927)

Move gil_drop_request member from _PyRuntimeState.ceval to
PyInterpreterState.ceval.
Include/internal/pycore_interp.h
Include/internal/pycore_runtime.h
Python/ceval.c
Python/ceval_gil.h