Stefan Krah <stefan-use...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue14627>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to