Issue13917
Created on 2012-02-01 13:03 by shinnai, last changed 2022-04-11 14:57 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg152428 - (view) | Author: Carlo Di Dato (shinnai) | Date: 2012-02-01 13:03 | |
These lines make Python 2.7.2 and 3.2.2 crash
import os
os.execl("cmd.exe", "")
Regards
|
|||
| msg152429 - (view) | Author: Tim Golden (tim.golden) * ![]() |
Date: 2012-02-01 13:16 | |
This is a duplicate of http://bugs.python.org/issue8036 (which I still haven't got around to applying...) |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:57:26 | admin | set | github: 58125 |
| 2012-02-01 14:04:27 | pitrou | set | status: open -> closed resolution: duplicate superseder: raise ValueError for empty `path` in os.spawnv[e] |
| 2012-02-01 13:16:01 | tim.golden | set | nosy:
+ tim.golden messages: + msg152429 |
| 2012-02-01 13:04:27 | shinnai | set | versions: + Python 3.2, - Python 3.1 |
| 2012-02-01 13:03:46 | shinnai | create | |
