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: <[email protected]> |
| 2020-05-07 18:05:48 | vstinner | link | issue40549 messages |
| 2020-05-07 18:05:48 | vstinner | create | |
|