commit | 32f0c8271706550096c454eb512450b85fbfc320 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Thu Mar 03 23:08:07 2022 +0100 |
committer | GitHub <noreply@github.com> | Thu Mar 03 23:08:07 2022 +0100 |
tree | 313b4d70a962aee5374064abdd25ac7a432d4936 | |
parent | 0b63215bb152c06404cecbd5303b1a50969a9f9f [diff] |
bpo-45459: Use type names in the internal C API (GH-31669) Replace "struct xxx" with "xxx" types in the internal C API.