mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
gh-110397: Add Py_IsFinalizing() to the stable ABI (#110441)
This commit is contained in:
parent
b987fdb19b
commit
64f158e7b0
6 changed files with 9 additions and 2 deletions
1
Doc/data/stable_abi.dat
generated
1
Doc/data/stable_abi.dat
generated
|
@ -840,6 +840,7 @@ function,Py_Initialize,3.2,,
|
|||
function,Py_InitializeEx,3.2,,
|
||||
function,Py_Is,3.10,,
|
||||
function,Py_IsFalse,3.10,,
|
||||
function,Py_IsFinalizing,3.13,,
|
||||
function,Py_IsInitialized,3.2,,
|
||||
function,Py_IsNone,3.10,,
|
||||
function,Py_IsTrue,3.10,,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue