mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
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.
Source files for binary executables (as opposed to shared modules)