mirror of
https://github.com/python/cpython.git
synced 2026-01-27 05:05:50 +00:00
It doesn't make sense to use multi-phase init for these modules. Using a per-interpreter "m_copy" (instead of PyModuleDef.m_base.m_copy) makes this work okay. (This came up while working on gh-101660.) Note that we might instead end up disallowing re-load for sys/builtins since they are so special. https://github.com/python/cpython/issues/102660
Miscellaneous source files for the main Python shared library