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 corona10, gustavo, pmpp, rhettinger, shihai1991, vstinner
Date 2020-09-07.15:40:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1599493209.35.0.513228732883.issue41111@roundup.psfhosted.org>
In-reply-to
Content
> See also bpo-40077: "Convert static types to PyType_FromSpec()".

In bpo-1635741, many extension modules have been ported to the multi-phase initilization API (PEP 489), and many static types have been converted to heap types.
History
Date User Action Args
2020-09-07 15:40:09vstinnersetrecipients: + vstinner, rhettinger, gustavo, pmpp, corona10, shihai1991
2020-09-07 15:40:09vstinnersetmessageid: <1599493209.35.0.513228732883.issue41111@roundup.psfhosted.org>
2020-09-07 15:40:09vstinnerlinkissue41111 messages
2020-09-07 15:40:09vstinnercreate