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 rbcollins
Recipients georg.brandl, gvanrossum, larry, ncoghlan, rbcollins, terry.reedy
Date 2015-03-16.01:48:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426470534.84.0.748401203761.issue23631@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-03-16 01:48:54rbcollinssetrecipients: + rbcollins, gvanrossum, georg.brandl, terry.reedy, ncoghlan, larry
2015-03-16 01:48:54rbcollinssetmessageid: <1426470534.84.0.748401203761.issue23631@psf.upfronthosting.co.za>
2015-03-16 01:48:54rbcollinslinkissue23631 messages
2015-03-16 01:48:54rbcollinscreate