This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skrah
Recipients Arfrever, brett.cannon, r.david.murray, skrah, vstinner
Date 2012-04-20.15:47:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334936827.74.0.139701059477.issue14627@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2012-04-20 15:47:07skrahsetrecipients: + skrah, brett.cannon, vstinner, Arfrever, r.david.murray
2012-04-20 15:47:07skrahsetmessageid: <1334936827.74.0.139701059477.issue14627@psf.upfronthosting.co.za>
2012-04-20 15:47:07skrahlinkissue14627 messages
2012-04-20 15:47:07skrahcreate