mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00: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