Message372102
| 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:12 | vstinner | set | recipients: + 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:12 | vstinner | set | messageid: <1592845032.41.0.20419768781.issue1635741@roundup.psfhosted.org> |
| 2020-06-22 16:57:12 | vstinner | link | issue1635741 messages |
| 2020-06-22 16:57:12 | vstinner | create | |