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 jimjjewett
Recipients
Date 2007-01-02.23:50:23
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
PEP 344 proposes adding __traceback__, __context__, and __cause__ attributes to Exception.

The primary objection has been that the __traceback__ exception would cause a cycle, which would delay resource release.

This objection is now added to the PEP, along with some details about why it is a problem, and why weakrefs aren't a straightforward solution.
History
Date User Action Args
2007-08-23 15:55:57adminlinkissue1626538 messages
2007-08-23 15:55:57admincreate