mirror of
https://github.com/python/cpython.git
synced 2026-08-15 23:12:07 +08:00
new_interpreter() now calls _PySys_Create() to create a new sys module isolated from the main interpreter. It now calls _PySys_InitCore() and _PyImport_FixupBuiltin(). init_interp_main() now calls _PySys_InitMain().
Miscellaneous source files for the main Python shared library