]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43908: Document Static Types in the C API (GH-25710)
authorVictor Stinner <vstinner@python.org>
Thu, 29 Apr 2021 08:26:34 +0000 (10:26 +0200)
committerGitHub <noreply@github.com>
Thu, 29 Apr 2021 08:26:34 +0000 (10:26 +0200)
commit5bd0619533ed6587ce76402e9b0b118eb4d4dd09
tree4ee68209ce2cfd090a4f183d67a3e2b97bc89258
parentc6ad03fddf4b04c60dca4327140e59fb2dcca8e5
bpo-43908: Document Static Types in the C API (GH-25710)

Update also PyTypeObject structure definition in the doc.
Doc/c-api/type.rst
Doc/c-api/typeobj.rst
Doc/includes/typestruct.h
Doc/whatsnew/3.10.rst
Doc/whatsnew/3.8.rst
Doc/whatsnew/3.9.rst
Include/cpython/object.h