R. David Murray <rdmur...@bitdance.com> added the comment:

@Ramchandra: I think you referring to the traceback format (which is indeed 
less useful than a normal Python traceback in the context of this tracker).  
The OP, however, is referring to the exception itself:

  TypeError: object.__new__(listiterator) is not safe, use 
listiterator.__new__()

This is indeed a bit unexpected, though I don't know that copying iterators is 
actually supported.

----------
nosy: +r.david.murray

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14350>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to