mirror of
https://github.com/python/cpython.git
synced 2026-01-17 12:50:02 +00:00
Add os.waitstatus_to_exitcode() function to convert a wait status to an exitcode. Suggest waitstatus_to_exitcode() usage in the documentation when appropriate. Use waitstatus_to_exitcode() in: * multiprocessing, os, subprocess and _bootsubprocess modules; * test.support.wait_process(); * setup.py: run_command(); * and many tests. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| bytecode_helper.py | ||
| script_helper.py | ||
| testresult.py | ||