]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44392: Add Py_GenericAlias to C API docs (GH-26724)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 16 Jun 2021 14:34:45 +0000 (07:34 -0700)
committerGitHub <noreply@github.com>
Wed, 16 Jun 2021 14:34:45 +0000 (07:34 -0700)
commit84ce737f73136c1de7c4dc92bc096ed6c963e42d
tree689843bd0a3dca91e7e4987d0b95e723e5461b00
parent7fd40101b7130016fc98f05ce34746fed68ab542
bpo-44392: Add Py_GenericAlias to C API docs (GH-26724)

Also fix stable ABI type definitions
(cherry picked from commit 6773c3eaa735b5061b4a97f2c730703a32d8c9ff)

Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
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