[New-bugs-announce] [issue30823] os.startfile("") craches Python 2.7, 3.4, 3.5

morris wang report at bugs.python.org
Sat Jul 1 13:42:59 EDT 2017


New submission from morris wang:

try... except... won't catch it.

import os

try:
    os.startfile("")
except:
    pass

crashes python, resulting in error message "python has stopped working"

----------
messages: 297487
nosy: morris wang
priority: normal
severity: normal
status: open
title: os.startfile("") craches Python 2.7, 3.4, 3.5
type: crash
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30823>
_______________________________________


More information about the New-bugs-announce mailing list