]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44392: Add Py_GenericAlias to C API docs (GH-26724)
authorKen Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Wed, 16 Jun 2021 14:12:25 +0000 (22:12 +0800)
committerGitHub <noreply@github.com>
Wed, 16 Jun 2021 14:12:25 +0000 (07:12 -0700)
commit6773c3eaa735b5061b4a97f2c730703a32d8c9ff
tree5e25d12f1a0e2d7a0bc778c0d19da1ec45455093
parentab030d6f9d73e7f6c2213c2e308d1ceb04761485
bpo-44392: Add Py_GenericAlias to C API docs (GH-26724)

Also fix stable ABI type definitions
Doc/c-api/concrete.rst
Doc/c-api/typehints.rst [new file with mode: 0644]
Doc/data/stable_abi.dat
Misc/NEWS.d/next/Documentation/2021-06-16-18-09-49.bpo-44392.6RF1Sc.rst [new file with mode: 0644]
Misc/stable_abi.txt
PC/python3dll.c