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 r.david.murray
Recipients Jakob.Bowyer, Ramchandra Apte, r.david.murray
Date 2012-03-18.03:26:33
SpamBayes Score 0.00030830925
Marked as misclassified No
Message-id <1332041194.62.0.650539197016.issue14350@psf.upfronthosting.co.za>
In-reply-to
Content
@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.
History
Date User Action Args
2012-03-18 03:26:34r.david.murraysetrecipients: + r.david.murray, Jakob.Bowyer, Ramchandra Apte
2012-03-18 03:26:34r.david.murraysetmessageid: <1332041194.62.0.650539197016.issue14350@psf.upfronthosting.co.za>
2012-03-18 03:26:34r.david.murraylinkissue14350 messages
2012-03-18 03:26:33r.david.murraycreate