]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-141909: Correct version where Py_mod_gil was added (GH-141979)
authorPetr Viktorin <encukou@gmail.com>
Wed, 26 Nov 2025 14:45:06 +0000 (15:45 +0100)
committerGitHub <noreply@github.com>
Wed, 26 Nov 2025 14:45:06 +0000 (14:45 +0000)
Doc/data/stable_abi.dat
Misc/stable_abi.toml

index 4d9ac8537e2e81c50a46d82de9fe4a2dac1bd746..9c5fdcefaf81d0c24d799b4270b33b07ad211716 100644 (file)
@@ -987,7 +987,7 @@ macro,Py_mod_abi,3.15,,
 macro,Py_mod_create,3.5,,
 macro,Py_mod_doc,3.15,,
 macro,Py_mod_exec,3.5,,
-macro,Py_mod_gil,3.12,,
+macro,Py_mod_gil,3.13,,
 macro,Py_mod_methods,3.15,,
 macro,Py_mod_multiple_interpreters,3.12,,
 macro,Py_mod_name,3.15,,
index 7d156f4b864f68afe1b69c866f1f4e2f3123c335..31d22e64b846ba50cb9ed46a5ba4ec49e18b4ccd 100644 (file)
 [function.PyEval_GetFrameLocals]
     added = '3.13'
 [const.Py_mod_gil]
-    added = '3.12'
+    added = '3.13'
 
 [function.Py_TYPE]
     # Before 3.14, this was a macro that accessed the PyObject member