commit | f95cd199b4bc16775c8c48641bd85416b17742e7 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Fri Feb 07 01:43:25 2020 +0100 |
committer | GitHub <noreply@github.com> | Fri Feb 07 01:43:25 2020 +0100 |
tree | cd5bd75ba89b8caf7bf27817a856ebb4f4914dab | |
parent | c86a11221df7e37da389f9c6ce6e47ea22dc44ff [diff] |
bpo-39571: Fix clang warning on PyTypeObject typedef (GH-18385) Only define PyTypeObject type once.