diff options
author | Victor Stinner <vstinner@python.org> | 2024-03-25 16:32:20 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-25 16:32:20 (GMT) |
commit | 507896d97dcff2d7999efa264b29d9003c525c49 (patch) | |
tree | f46d689010f34344f60e86adac8e9fdb33867e3d /Misc/stable_abi.toml | |
parent | 0c1a42cf9c8cd0d4534d5c1d58f118ce7c5c446e (diff) | |
download | cpython-507896d97dcff2d7999efa264b29d9003c525c49.zip cpython-507896d97dcff2d7999efa264b29d9003c525c49.tar.gz cpython-507896d97dcff2d7999efa264b29d9003c525c49.tar.bz2 |
gh-116936: Add PyType_GetModuleByDef() to the limited C API (#116937)
Diffstat (limited to 'Misc/stable_abi.toml')
-rw-r--r-- | Misc/stable_abi.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/stable_abi.toml b/Misc/stable_abi.toml index 6d6e484..14dda7d 100644 --- a/Misc/stable_abi.toml +++ b/Misc/stable_abi.toml @@ -2504,3 +2504,5 @@ added = '3.13' [function.Py_GetConstantBorrowed] added = '3.13' +[function.PyType_GetModuleByDef] + added = '3.13' |