]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-110968: Py_MOD_PER_INTERPRETER_GIL_SUPPORTED was added to 3.12 (#111588)
authorVictor Stinner <vstinner@python.org>
Wed, 1 Nov 2023 17:13:31 +0000 (18:13 +0100)
committerGitHub <noreply@github.com>
Wed, 1 Nov 2023 17:13:31 +0000 (18:13 +0100)
commitd3d2cfead71e3a64704d8e578f22bba18b8e0284
tree3ea5ffc19196d87702e42b4fa842e4601fd8e118
parente2557947a455bb7e990f0b878cf7c68f752b19f1
[3.12] gh-110968: Py_MOD_PER_INTERPRETER_GIL_SUPPORTED was added to 3.12 (#111588)

Constants like Py_MOD_PER_INTERPRETER_GIL_SUPPORTED were only added
to the limited C API version 3.12 and newer.
Include/moduleobject.h
Modules/xxlimited.c
Modules/xxlimited_35.c