COMMITS
/ Doc/c-api/typehints.rst July 28, 2023
S
[3.11] gh-107298: Fix Sphinx warnings in the C API doc (GH-107302) (GH-107373)
Serhiy Storchaka committed
October 5, 2022
M
[3.11] gh-93738: Documentation C syntax (:c:type:`PyTypeObject*` -> :c:expr:`PyTypeObject*`) (GH-97778) (#97892)
Miss Islington (bot) committed
October 4, 2022
M
[3.11] gh-93738: Documentation C syntax (:c:type:`PyTupleObject*` -> :c:expr:`PyTupleObject*`) (GH-97780) (#97863)
Miss Islington (bot) committed
September 19, 2021
S
Clean up initialization __class_getitem__ with Py_GenericAlias. (GH-28450)
Serhiy Storchaka committed
June 16, 2021
K
bpo-44392: Add Py_GenericAlias to C API docs (GH-26724)
Ken Jin committed