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 vstinner
Recipients erlendaasland, petr.viktorin, vstinner
Date 2022-01-21.17:47:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642787233.48.0.518000550389.issue46433@roundup.psfhosted.org>
In-reply-to
Content
An alternative would be to merge PyHeapTypeObject members into PyTypeObject. I don't get why there is a separated struture: PyTypeObject is excluded from the stable ABI. See my remark about that:
https://bugs.python.org/issue22079#msg391464

Having a separated structure just static types make the code more complex and more error prone.
History
Date User Action Args
2022-01-21 17:47:13vstinnersetrecipients: + vstinner, petr.viktorin, erlendaasland
2022-01-21 17:47:13vstinnersetmessageid: <1642787233.48.0.518000550389.issue46433@roundup.psfhosted.org>
2022-01-21 17:47:13vstinnerlinkissue46433 messages
2022-01-21 17:47:13vstinnercreate