mirror of
https://github.com/python/cpython.git
synced 2026-01-26 21:03:34 +00:00
gh-141909: Correct version where Py_mod_gil was added (GH-141979)
This commit is contained in:
parent
2ea67caf31
commit
c359ea4c71
2
Doc/data/stable_abi.dat
generated
2
Doc/data/stable_abi.dat
generated
@ -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,,
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user