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 jhylton
Recipients
Date 2001-08-28.15:27:30
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=31392

We had a water-cooler conversation about this issue.  It was
observed that keeping tracebacks alive until the end of a
test suite isn't very useful, because any number of objects
on the stack may be mutated during the subsequent run of the
program.  In general, a traceback object should be handed to
the debugger right away or processed in some other way.
History
Date User Action Args
2007-08-23 13:55:46adminlinkissue451309 messages
2007-08-23 13:55:46admincreate