summaryrefslogtreecommitdiff
path: root/Python/sysmodule.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2002-09-03 16:36:17 +0000
committerGuido van Rossum <guido@python.org>2002-09-03 16:36:17 +0000
commit67975afce8fc03029c6e664ad95063c68ceab762 (patch)
tree53b99a0bc592a5bbb060007bcd38435999e9105b /Python/sysmodule.c
parent06ad983e718fc630c80122fe3ab99edd42b5e77c (diff)
downloadcpython-67975afce8fc03029c6e664ad95063c68ceab762.tar.gz
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.
Diffstat (limited to 'Python/sysmodule.c')
0 files changed, 0 insertions, 0 deletions