]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #26741: POSIX implementation of subprocess.Popen._execute_child() now
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 20 May 2016 10:08:12 +0000 (12:08 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 20 May 2016 10:08:12 +0000 (12:08 +0200)
commita58e2c5c4928ae8031ee60a97f2ab4f863aff8cb
tree71c839803a4015defda1381fdde2980da720cbcf
parent7438c612ab02f9dd5c58fef687a5eb4671dfa18c
Issue #26741: POSIX implementation of subprocess.Popen._execute_child() now
sets the returncode attribute using the child process exit status when exec
failed.
Lib/subprocess.py