neonene
neonene
An attempt to introduce multi-phase initialization: * Keep using a global state. * Integrate `CDataType_*` functions into `CType_Type_*()`. * Make `module_traverse()` visit almost all global variables to invoke `module_clear()`, leaving...
# Feature or enhancement ### Proposal: This issue is available to keep track of PRs, following the heap type conversion completed at #114314. ### Has this already been discussed elsewhere?...
# Feature or enhancement ### Proposal: I hope this issue will complete `_datetime` isolation. My concerns (and answers) * `Py_MOD_PER_INTERPRETER_GIL_SUPPORTED` should be applied in sync with `_zoninfo`? * **YES**: Possible....
PEP-687 is about to be implemented to the `_datetime` module. Two approaches are proposed at present. I would like Steering Council to choose one. 1. (regular) Multi-phase-init with per-module heaptypes...
Reference implementation of the following C-API functinons: * `PyType_GetBaseByToken()` * ~`PyType_GetToken()`~ Discussion: https://discuss.python.org/t/55598 ---- 📚 Documentation preview 📚: https://cpython-previews--121079.org.readthedocs.build/