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 miss-islington, petr.viktorin, shihai1991, vstinner
Date 2020-11-10.22:32:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605047557.69.0.0316427229067.issue41073@roundup.psfhosted.org>
In-reply-to
Content
> bpo-41073: PyType_GetSlot() can now accept static types. (GH-21931)

Nice! It will be simpler to use PyType_GetSlot() in an extension with the limited C API, without having to care if the type is a static type or a heap type.
History
Date User Action Args
2020-11-10 22:32:37vstinnersetrecipients: + vstinner, petr.viktorin, miss-islington, shihai1991
2020-11-10 22:32:37vstinnersetmessageid: <1605047557.69.0.0316427229067.issue41073@roundup.psfhosted.org>
2020-11-10 22:32:37vstinnerlinkissue41073 messages
2020-11-10 22:32:37vstinnercreate