summaryrefslogtreecommitdiffstats
path: root/Modules/structmodule.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2002-09-03 16:36:17 (GMT)
committerGuido van Rossum <guido@python.org>2002-09-03 16:36:17 (GMT)
commit683c0fe41430d66e329279e164912cea62170f0a (patch)
tree6e632098bf419670dd9c03780cfcfd70f45a0827 /Modules/structmodule.c
parent17db21ffd0659ba3eb864b161cc2c4f63849e62e (diff)
downloadcpython-683c0fe41430d66e329279e164912cea62170f0a.zip
cpython-683c0fe41430d66e329279e164912cea62170f0a.tar.gz
cpython-683c0fe41430d66e329279e164912cea62170f0a.tar.bz2
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 'Modules/structmodule.c')
0 files changed, 0 insertions, 0 deletions