Message376555
| Author | vstinner |
|---|---|
| Recipients | Jim Fasarakis-Hilliard, amaury.forgeotdarc, corona10, eric.snow, isoschiz, koubaa, kylotan, lukasz.langa, miss-islington, pconnell, phsilva, python-dev, santoso.wijaya, shihai1991, tlesher, vstinner, ysj.ray |
| Date | 2020-09-08.09:07:48 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1599556068.77.0.508424146233.issue1635741@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
I rejected the PR 19122 which tries to port the _datetime module to the multi-phase initialization API (PEP 489). We need first to enhance the PyCapsule C API to pass the module instance to C functions, somehow. Extension modules calling PyCapsule_New() in their init function: * _curses * _datetime * _decimal * _socket * pyexpat * unicodedata |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-09-08 09:07:48 | vstinner | set | recipients: + vstinner, amaury.forgeotdarc, kylotan, tlesher, phsilva, ysj.ray, santoso.wijaya, lukasz.langa, python-dev, eric.snow, pconnell, isoschiz, Jim Fasarakis-Hilliard, corona10, miss-islington, shihai1991, koubaa |
| 2020-09-08 09:07:48 | vstinner | set | messageid: <1599556068.77.0.508424146233.issue1635741@roundup.psfhosted.org> |
| 2020-09-08 09:07:48 | vstinner | link | issue1635741 messages |
| 2020-09-08 09:07:48 | vstinner | create | |