Robert Collins added the comment:

Ah, idle is being somewhat naughty. It's taking the original traceback and then 
mangling the contents in-place, which is preserving the type information, and 
throwing off StackSummary.from_list. We can and should make the new code deal 
with this in case other folk are doing it. In future it would be good to 
subsume cleanup_traceback's guts into the traceback module, but we don't need 
to do that now.

----------

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

Reply via email to