• Gregory P. Smith's avatar
    Fixes Issue #16114: The subprocess module no longer provides a · 5591b02a
    Gregory P. Smith yazdı
    misleading error message stating that args[0] did not exist when
    either the cwd or executable keyword arguments specified a path that
    did not exist.
    
    It now keeps track of if the child got as far as preexec and reports it if
    not back to the parent via a special "noexec" error message value in
    the error pipe so that the cwd can be blamed for a failed chdir
    instead of the exec of the executable being blamed instead.
    
    The executable is also always reported accurately when exec fails.
    
    Unittests enhanced to cover these cases.
    5591b02a
Adı
Son kayıt (commit)
Son güncelleme
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
Tools Loading commit data...
.bzrignore Loading commit data...
.gitignore Loading commit data...
.hgeol Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
README Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
setup.py Loading commit data...