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