commit | 5bd0619533ed6587ce76402e9b0b118eb4d4dd09 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Thu Apr 29 10:26:34 2021 +0200 |
committer | GitHub <noreply@github.com> | Thu Apr 29 10:26:34 2021 +0200 |
tree | 4ee68209ce2cfd090a4f183d67a3e2b97bc89258 | |
parent | c6ad03fddf4b04c60dca4327140e59fb2dcca8e5 [diff] |
bpo-43908: Document Static Types in the C API (GH-25710) Update also PyTypeObject structure definition in the doc.