Files
cpython/Modules
Gregory P. Smith 5591b02a4c Fixes Issue #16114: The subprocess module no longer provides a
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.
2012-10-10 03:34:47 -07:00
..
2011-03-16 12:51:44 +02:00
2011-03-16 11:35:38 +02:00
2011-03-16 11:35:38 +02:00
2012-03-13 16:13:09 -05:00
2011-11-11 19:35:42 +01:00