bpo-43770: Cleanup PyModuleDef_Init() (GH-26879)
PyModuleDef_Init() no longer tries to make PyModule_Type type: it's already done by _PyTypes_Init() at Python startup. Replace PyType_Ready() call with an assertion.
V
Victor Stinner committed
2a396d65b8e63300ff05e217adacf0765c502ba3
Parent: a50e283
Committed by GitHub <noreply@github.com>
on 6/23/2021, 1:40:27 PM