SIGN IN SIGN UP

bpo-40453: Add PyConfig._isolated_subinterpreter (GH-19820)

An isolated subinterpreter cannot spawn threads, spawn a child
process or call os.fork().

* Add private _Py_NewInterpreter(isolated_subinterpreter) function.
* Add isolated=True keyword-only parameter to
  _xxsubinterpreters.create().
* Allow again os.fork() in "non-isolated" subinterpreters.
V
Victor Stinner committed
252346acd937ddba4845331994b8ff4f90349625
Parent: 8bcfd31
Committed by GitHub <noreply@github.com> on 5/1/2020, 9:33:44 AM