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 Crowthebird
Recipients Crowthebird, docs@python
Date 2022-03-25.08:05:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1648195503.34.0.47585180018.issue47115@roundup.psfhosted.org>
In-reply-to
Content
In https://docs.python.org/3/c-api/typeobj.html#static-types, it says that PyTypeObject isn't part of the stable ABI. Yet, in https://docs.python.org/3/c-api/type.html#c.PyTypeObject, it says that PyTypeObject IS part of the stable ABI. Which is true?
History
Date User Action Args
2022-03-25 08:05:03Crowthebirdsetrecipients: + Crowthebird, docs@python
2022-03-25 08:05:03Crowthebirdsetmessageid: <1648195503.34.0.47585180018.issue47115@roundup.psfhosted.org>
2022-03-25 08:05:03Crowthebirdlinkissue47115 messages
2022-03-25 08:05:03Crowthebirdcreate