]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39542: Define PyTypeObject earlier in object.h (GH-18366)
authorVictor Stinner <vstinner@python.org>
Wed, 5 Feb 2020 14:10:39 +0000 (15:10 +0100)
committerGitHub <noreply@github.com>
Wed, 5 Feb 2020 14:10:39 +0000 (15:10 +0100)
commit0e4e735d06967145b49fd00693627f3624991dbc
treec25e6f10349e269b4bfbf115de837cb0f25ce268
parent509dd90f4684e40af3105dd3e754fa4b9c1530c1
bpo-39542: Define PyTypeObject earlier in object.h (GH-18366)

Replace "struct _typeobject" with PyTypeObject in object.h.
Include/object.h