diff options
author | Hai Shi <shihai1992@gmail.com> | 2021-07-29 07:57:02 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-29 07:57:02 (GMT) |
commit | a390ebea17a96d1c93fc5f75b1e19916090a4561 (patch) | |
tree | 3780f80b1c97d14aa433260ddc039e6f5046996a /Misc/stable_abi.txt | |
parent | 5269c091458c5ea76eb625e4fabc9980b6309266 (diff) | |
download | cpython-a390ebea17a96d1c93fc5f75b1e19916090a4561.zip cpython-a390ebea17a96d1c93fc5f75b1e19916090a4561.tar.gz cpython-a390ebea17a96d1c93fc5f75b1e19916090a4561.tar.bz2 |
bpo-42035: Add a PyType_GetName() to get type's short name. (GH-23903)
Diffstat (limited to 'Misc/stable_abi.txt')
-rw-r--r-- | Misc/stable_abi.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/stable_abi.txt b/Misc/stable_abi.txt index f104f84..62c0cdc 100644 --- a/Misc/stable_abi.txt +++ b/Misc/stable_abi.txt @@ -2132,6 +2132,10 @@ function PyGC_Enable function PyGC_IsEnabled added 3.10 +# Add new C API in Python 3.11 + +function PyType_GetName + added 3.11 # (Detailed comments aren't really needed for further entries: from here on # we can use version control logs.) |