gh-141909: Correct version where Py_mod_gil was added (GH-141979)

This commit is contained in:
Petr Viktorin 2025-11-26 15:45:06 +01:00 committed by GitHub
parent 2ea67caf31
commit c359ea4c71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View 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,,

View File

@ -2533,7 +2533,7 @@
[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