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 vstinner
Date 2021-10-11.22:18:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1633990685.32.0.752281797082.issue45439@roundup.psfhosted.org>
In-reply-to
Content
The public C API should avoid accessing directly PyTypeObject members: see bpo-40170.

I propose to move static inline functions to the internal C API, and only expose opaque function calls to the public C API.
History
Date User Action Args
2021-10-11 22:18:05vstinnersetrecipients: + vstinner
2021-10-11 22:18:05vstinnersetmessageid: <1633990685.32.0.752281797082.issue45439@roundup.psfhosted.org>
2021-10-11 22:18:05vstinnerlinkissue45439 messages
2021-10-11 22:18:05vstinnercreate