]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39571: Fix clang warning on PyTypeObject typedef (GH-18385)
authorVictor Stinner <vstinner@python.org>
Fri, 7 Feb 2020 00:43:25 +0000 (01:43 +0100)
committerGitHub <noreply@github.com>
Fri, 7 Feb 2020 00:43:25 +0000 (01:43 +0100)
commitf95cd199b4bc16775c8c48641bd85416b17742e7
treecd5bd75ba89b8caf7bf27817a856ebb4f4914dab
parentc86a11221df7e37da389f9c6ce6e47ea22dc44ff
bpo-39571: Fix clang warning on PyTypeObject typedef (GH-18385)

Only define PyTypeObject type once.
Include/cpython/object.h