Issue 30823: os.startfile("") craches Python 2.7, 3.4 in Windows 7 32 bit in ConEmu 161002 [32] (original) (raw)
Issue30823
Created on 2017-07-01 17:42 by mikeee, last changed 2022-04-11 14:58 by admin. This issue is now closed.
Messages (2) | ||
---|---|---|
msg297487 - (view) | Author: mikeee (mikeee) | Date: 2017-07-01 17:42 |
try... except... won't catch it. import os try: os.startfile("") except: pass crashes python, resulting in error message "python has stopped working" | ||
msg297505 - (view) | Author: mikeee (mikeee) | Date: 2017-07-02 02:57 |
Apparently it's a ConEmu bug! |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:58:48 | admin | set | github: 75006 |
2017-07-08 02:17:01 | terry.reedy | set | status: open -> closedstage: resolved |
2017-07-02 02:57:31 | mikeee | set | resolution: not a bugmessages: + title: os.startfile("") craches Python 2.7, 3.4, 3.5 in Windows 7 -> os.startfile("") craches Python 2.7, 3.4 in Windows 7 32 bit in ConEmu 161002 [32] |
2017-07-01 17:49:59 | ned.deily | set | nosy: + paul.moore, tim.golden, zach.ware, steve.dowercomponents: + Windows |
2017-07-01 17:47:49 | mikeee | set | title: os.startfile("") craches Python 2.7, 3.4, 3.5 -> os.startfile("") craches Python 2.7, 3.4, 3.5 in Windows 7 |
2017-07-01 17:42:59 | mikeee | create |