252346acd9
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. |
||
---|---|---|
.. | ||
README | ||
_freeze_importlib.c | ||
_testembed.c | ||
python.c |
README
Source files for binary executables (as opposed to shared modules)