[issue7774] subprocess executable option wrong location

2010-01-24 Thread Florent Xicluna
Changes by Florent Xicluna : -- versions: +Python 2.5, Python 2.6, Python 3.1 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue7774] subprocess executable option wrong location

2010-01-24 Thread Florent Xicluna
Florent Xicluna added the comment: Confirmed on all Python versions. Same behaviour without subprocess: ~ $ sh -c "exec -a missingfile python -c 'import sys; print sys.executable'" /home/name/ -- nosy: +flox ___ Python tracker

[issue7774] subprocess executable option wrong location

2010-01-24 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti stage: -> test needed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[issue7774] subprocess executable option wrong location

2010-01-24 Thread Tarek Ziadé
Tarek Ziadé added the comment: Notice that this happen only under Linux and Solaris AFAIK. I couldn't reproduce it under Mac OS X -- ___ Python tracker ___ _

[issue7774] subprocess executable option wrong location

2010-01-24 Thread Tarek Ziadé
New submission from Tarek Ziadé : test_subprocess.test_executable now has a failure in the subprocess created (see http://www.python.org/dev/buildbot/builders/amd64%20gentoo%20trunk/builds/303/steps/test/logs/stdio) the bbots don't get red because this is happening in the subprocess and the t