💾 Archived View for tris.fyi › pydoc › _bootsubprocess captured on 2023-04-26 at 13:23:12. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-01-08)

-=-=-=-=-=-=-

Back to module index

Go to module by name

_bootsubprocess


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.

Classes

Popen

wait(self)

Functions

check_output

check_output(cmd, **kwargs)

Modules

os