[issue13917] Python 2.7.2 and 3.2.2 execl crash
Changes by Carlo Di Dato : -- versions: +Python 3.2 -Python 3.1 ___ Python tracker <http://bugs.python.org/issue13917> ___ ___ Python-bugs-list mailing list Unsub
[issue13917] Python 2.7.2 and 3.2.2 execl crash
New submission from Carlo Di Dato : These lines make Python 2.7.2 and 3.2.2 crash import os os.execl("cmd.exe", "") Regards -- components: Windows messages: 152428 nosy: shinnai priority: normal severity: normal status: open title: Python 2.7.2 and 3.2.2 exe