bpo-40094: Add os.waitstatus_to_exitcode() by vstinner · Pull Request #19201 · python/cpython
vstinner
changed the title
bpo-40094: Add os._wait_status_to_returncode()
bpo-40094: Add os.status_to_exitcode()
vstinner
changed the title
bpo-40094: Add os.status_to_exitcode()
bpo-40094: Add os.waitstatus_to_exitcode()
This was referenced
Mar 31, 2020Add 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(): * multiprocessing, os, subprocess and _bootsubprocess modules. * test.support.wait_process() * Many tests * setup.py: run_command()
vstinner
deleted the
wait_status_to_returncode
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters