Message368362
Attached PR converts posixmodule.c to multiphase initialization (PEP 489). It uses the new shiny PyType_FromModuleAndSpec() and PyType_GetModule() of the PEP 573 added by bpo-38787. The PR removes the following macro :-) #define _posixstate_global ((_posixstate *)PyModule_GetState(PyState_FindModule(&posixmodule))) | |
| Date | User | Action | Args | | 2020-05-07 18:05:48 | vstinner | set | recipients: + vstinner | | 2020-05-07 18:05:48 | vstinner | set | messageid: <1588874748.21.0.997527577662.issue40549@roundup.psfhosted.org> | | 2020-05-07 18:05:48 | vstinner | link | issue40549 messages | | 2020-05-07 18:05:48 | vstinner | create | | |