bpo-38858: new_interpreter() reuses _PySys_Create() (GH-17481)
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().
V
Victor Stinner committed
81fe5bd3d78f9bb955f8255404d99df27a31c36a
Parent: 44ea525
Committed by GitHub <noreply@github.com>
on 12/6/2019, 1:43:30 AM