Back to module index
Go to module by name
Basic subprocess implementation for POSIX which only uses os functions. Only implement features required by setup.py to build C extension modules when subprocess is unavailable. setup.py is not used on Windows.
wait(self)
check_output(cmd, **kwargs)
os