ID EN
OS

P_DETACH

Python 3.11

Possible values for the mode parameter to the spawn* family of functions. These are less portable than those listed above. P_DETACH is similar to P_NOWAIT, but the new process is detached from the console of the calling process. If P_OVERLAY is used, the current process will be replaced; the spawn* function will not return.

Syntax

PYTHON
os.P_DETACH

See Also

spawn* P_DETACH P_NOWAIT P_OVERLAY spawn* Availability