diff options
Diffstat (limited to 'Misc/stable_abi.txt')
-rw-r--r-- | Misc/stable_abi.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/stable_abi.txt b/Misc/stable_abi.txt index ba16669..a3ee0f0 100644 --- a/Misc/stable_abi.txt +++ b/Misc/stable_abi.txt @@ -2147,6 +2147,8 @@ function PyGC_IsEnabled function PyType_GetName added 3.11 +function PyType_GetQualName + added 3.11 # (Detailed comments aren't really needed for further entries: from here on # we can use version control logs.) |