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 /Doc/c-api/concrete.rst | |
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 'Doc/c-api/concrete.rst')
-rw-r--r-- | Doc/c-api/concrete.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/c-api/concrete.rst b/Doc/c-api/concrete.rst index c1d9fa1..84224dc 100644 --- a/Doc/c-api/concrete.rst +++ b/Doc/c-api/concrete.rst @@ -115,3 +115,4 @@ Other Objects coro.rst contextvars.rst datetime.rst + typehints.rst |