diff options
author | Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com> | 2021-06-16 14:12:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-16 14:12:25 (GMT) |
commit | 6773c3eaa735b5061b4a97f2c730703a32d8c9ff (patch) | |
tree | 5e25d12f1a0e2d7a0bc778c0d19da1ec45455093 /Misc/stable_abi.txt | |
parent | ab030d6f9d73e7f6c2213c2e308d1ceb04761485 (diff) | |
download | cpython-6773c3eaa735b5061b4a97f2c730703a32d8c9ff.zip cpython-6773c3eaa735b5061b4a97f2c730703a32d8c9ff.tar.gz cpython-6773c3eaa735b5061b4a97f2c730703a32d8c9ff.tar.bz2 |
bpo-44392: Add Py_GenericAlias to C API docs (GH-26724)
Also fix stable ABI type definitions
Diffstat (limited to 'Misc/stable_abi.txt')
-rw-r--r-- | Misc/stable_abi.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/stable_abi.txt b/Misc/stable_abi.txt index 168e81d..24c71d1 100644 --- a/Misc/stable_abi.txt +++ b/Misc/stable_abi.txt @@ -2043,7 +2043,7 @@ function Py_LeaveRecursiveCall added 3.9 function Py_GenericAlias added 3.9 -function Py_GenericAliasType +data Py_GenericAliasType added 3.9 function PyCMethod_New added 3.9 # Windows: 3.10 & 3.9.2 -- https://bugs.python.org/issue43155 |