This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author da-woods
Recipients da-woods, docs@python
Date 2020-09-29.20:58:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1601413083.05.0.277057194365.issue41886@roundup.psfhosted.org>
In-reply-to
Content
In the documentation PyType_Type is listed as a "PyObject*" (https://docs.python.org/3/c-api/type.html#c.PyType_Type). This is misleading because it is both not a pointer and is a PyTypeObject.

Other type objects are documented as "PyTypeObject" (see unicode https://docs.python.org/3/c-api/unicode.html#c.PyUnicode_Type as an arbitrary example) so I think the documentation is just inconsistent for PyType_Type alone.
History
Date User Action Args
2020-09-29 20:58:03da-woodssetrecipients: + da-woods, docs@python
2020-09-29 20:58:03da-woodssetmessageid: <1601413083.05.0.277057194365.issue41886@roundup.psfhosted.org>
2020-09-29 20:58:02da-woodslinkissue41886 messages
2020-09-29 20:58:02da-woodscreate