ID EN
OS

P_WAIT

Python 3.11

Possible value for the mode parameter to the spawn* family of functions. If this is given as mode, the spawn* functions will not return until the new process has run to completion and will return the exit code of the process the run is successful, or -signal if a signal kills the process.

Syntax

PYTHON
os.P_WAIT

See Also

spawn* spawn* Availability