[issue14627] Fatal Python Error when Python startup is interrupted by CTRL+c

Stefan Krah report at bugs.python.org
Fri Apr 20 17:25:41 CEST 2012


Stefan Krah <stefan-usenet at bytereef.org> added the comment:

Hmm, I've managed to produce the error with 3.1:

$ python3.1
Fatal Python error: Py_Initialize: can't initialize sys standard streams
Traceback (most recent call last):
  File "/usr/lib/python3.1/io.py", line 60, in <module>
    import _io
  File "/usr/lib/python3.1/os.py", line 380, in <module>
    from _abcoll import MutableMapping  # Can't use collections (bootstrap)
  File "/usr/lib/python3.1/encodings/iso8859_15.py", line 14, in decode
    def decode(self,input,errors='strict'):
KeyboardInterrupt
Aborted

----------
nosy: +skrah

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


More information about the Python-bugs-list mailing list