This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
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) * (Python committer) | 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 | |