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

Stefan Krah report at bugs.python.org
Fri Apr 20 17:47:07 CEST 2012


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

The funny thing is, in 3.3 I can't reproduce it (i.e. I only get
the KeyboardInterrupt). So I'm not sure if this happens more often
now.


^CTraceback (most recent call last):
  File "<frozen importlib._bootstrap>", line 989, in _find_and_load
  File "<frozen importlib._bootstrap>", line 571, in load_module
  File "<frozen importlib._bootstrap>", line 228, in module_for_loader_wrapper
  File "<frozen importlib._bootstrap>", line 456, in _load_module
  File "/home/stefan/pydev/cpython/Lib/site.py", line 537, in <module>
    main()
 [...]
  File "/home/stefan/pydev/cpython/Lib/collections/__init__.py", line 322, in namedtuple
    field_names = list(map(str, field_names))
KeyboardInterrupt

----------

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


More information about the Python-bugs-list mailing list