Message158845
| 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 |
|