[issue23462] All os.exec*e variants crash on Windows

2015-02-14 Thread Jeremy Nicola
New submission from Jeremy Nicola: On Windows 7, using python 3.4.2 32 bits MSVCv.1600 or 3.4.1 64 bits, all the os.exec*e variants crash: os.execle('C:/Python34/python.exe','Python.exe','-V',{}) os.execve('C:/Python34/python.exe',['python.exe','-V'],{}) os.execlpe('C:/Python34/python.exe

[issue23462] All os.exec*e variants crash on Windows

2015-02-14 Thread Jeremy Nicola
Jeremy Nicola added the comment: You should read: os.execv('C:/Python34/python.exe',['python.exe','-V']) os.execlp('C:/Python34/python.exe','python.exe','-V') os.execvp('C:/Python34/python.exe',['python.exe','-V']) for the what works