Message358007
Bisecting points to:
commit 81fe5bd3d78f9bb955f8255404d99df27a31c36a
Author: Victor Stinner <vstinner@python.org>
Date: Fri Dec 6 02:43:30 2019 +0100
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(). |
|
Date |
User |
Action |
Args |
2019-12-08 15:35:36 | pablogsal | set | recipients:
+ pablogsal, vstinner |
2019-12-08 15:35:36 | pablogsal | set | messageid: <1575819336.63.0.681163486143.issue38997@roundup.psfhosted.org> |
2019-12-08 15:35:36 | pablogsal | link | issue38997 messages |
2019-12-08 15:35:36 | pablogsal | create | |
|