"python.exe has stopped working" when os.execl() runs on Windows 7

Fábio Santos fabiosantosart at gmail.com
Wed May 1 17:00:40 EDT 2013


Reproduced in Windows 7 Ultimate:

>>> import os
>>> os.execl('ping.exe', '')

At this point the REPL freezes, and windows prompts me to close Python
since it stopped responding.


--
Fábio Santos



More information about the Python-list mailing list