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 Jim Fasarakis-Hilliard, amaury.forgeotdarc, corona10, eric.snow, isoschiz, kylotan, lukasz.langa, miss-islington, pconnell, phsilva, santoso.wijaya, shihai1991, tlesher, vstinner, ysj.ray
Date 2020-06-22.16:57:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1592845032.41.0.20419768781.issue1635741@roundup.psfhosted.org>
In-reply-to
Content
Current status: 60 stdlib extensions (51%) are ported to PEP 489 multiphase initialization, 58 stdlib extensions (49%) are still using the legacy API:

$ grep -E '\<PyModule_Create\>' $(find Modules/ -name "*.c")|wc -l
60

$ grep -E '\<PyModuleDef_Init\>' $(find Modules/ -name "*.c")|wc -l
58
History
Date User Action Args
2020-06-22 16:57:12vstinnersetrecipients: + vstinner, amaury.forgeotdarc, kylotan, tlesher, phsilva, ysj.ray, santoso.wijaya, lukasz.langa, eric.snow, pconnell, isoschiz, Jim Fasarakis-Hilliard, corona10, miss-islington, shihai1991
2020-06-22 16:57:12vstinnersetmessageid: <1592845032.41.0.20419768781.issue1635741@roundup.psfhosted.org>
2020-06-22 16:57:12vstinnerlinkissue1635741 messages
2020-06-22 16:57:12vstinnercreate