mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +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. |
||
|---|---|---|
| .. | ||
| _freeze_importlib.c | ||
| _testembed.c | ||
| python.c | ||
| README | ||
Source files for binary executables (as opposed to shared modules)