Staging
v0.5.0
https://github.com/python/cpython
Revision b6e835c5487d49c1495ff9c500b3c5318b0c4156 authored by Guido van Rossum on 04 September 2002, 11:41:51 UTC, committed by Guido van Rossum on 04 September 2002, 11:41:51 UTC
Fix for SF bug 601077 by Zack Weinberg.

The new execvpe code would sometimes do the wrong thing when a
non-executable file existed earlier in the path and an executable file
of the same name existed later in the path.  This patch restores the
proper behavior (which is to execute the second file).  When only a
non-executable file exists, the correct error is still reported.
1 parent 344f425
History
Tip revision: b6e835c5487d49c1495ff9c500b3c5318b0c4156 authored by Guido van Rossum on 04 September 2002, 11:41:51 UTC
Backport:
Tip revision: b6e835c
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.cvsignore -rw-r--r-- 79 bytes
.hgtags -rw-r--r-- 2.3 KB
LICENSE -rw-r--r-- 11.5 KB
Makefile.pre.in -rw-r--r-- 21.8 KB
README -rw-r--r-- 38.8 KB
acconfig.h -rw-r--r-- 6.3 KB
config.h.in -rw-r--r-- 17.1 KB
configure -rwxr-xr-x 181.7 KB
configure.in -rw-r--r-- 38.2 KB
install-sh -rwxr-xr-x 5.5 KB
setup.py -rw-r--r-- 25.1 KB

README

back to top