commit | 40bfdb1594189f3c0238e5d2098dc3abf114e200 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Tue Mar 31 23:45:13 2020 +0200 |
committer | GitHub <noreply@github.com> | Tue Mar 31 23:45:13 2020 +0200 |
tree | ff58a82653d8dc1aabbb4a1daee4c59a31fc7d29 | |
parent | 2c003eff8fef430f1876adf88e466bcfcbd0cc9e [diff] |
bpo-40094: Add _bootsubprocess._waitstatus_to_exitcode (GH-19264) * Add _waitstatus_to_exitcode() helper function to _bootsubprocess. * Enhance check_output() error message if the command fails. _bootsubprocess no longer handles WIFSTOPPED() case: it now raises a ValueError.