diff options
Diffstat (limited to 'Misc/stable_abi.txt')
-rw-r--r-- | Misc/stable_abi.txt | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/Misc/stable_abi.txt b/Misc/stable_abi.txt index efb2731..2a802bd 100644 --- a/Misc/stable_abi.txt +++ b/Misc/stable_abi.txt @@ -2139,6 +2139,15 @@ const Py_am_send added 3.10 +# New GC control functions in Py3.10 (https://bugs.python.org/issue28254) + +function PyGC_Disable + added 3.10 +function PyGC_Enable + added 3.10 +function PyGC_IsEnabled + added 3.10 + + # (Detailed comments aren't really needed for further entries: from here on # we can use version control logs.) - |