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 pitrou
Recipients pitrou
Date 2008-06-01.20:03:32
SpamBayes Score 0.0009879133
Marked as misclassified No
Message-id <1212350626.42.0.00327926746922.issue3021@psf.upfronthosting.co.za>
In-reply-to
Content
This patch implements the proposal outlined on the py3k mailing-list
here: http://mail.python.org/pipermail/python-3000/2008-May/013740.html

It solves both #2507 and #2833, and even improves re-raising semantics
in several cases (see the test cases which were added to test_raise.py).

Anothing thing worth noting is that f_exc_* fields are not accessible
from Python code anymore, because their semantics is an implementation
detail and shouldn't be relied upon.
History
Date User Action Args
2008-06-01 20:03:49pitrousetspambayes_score: 0.000987913 -> 0.0009879133
recipients: + pitrou
2008-06-01 20:03:46pitrousetspambayes_score: 0.000987913 -> 0.000987913
messageid: <1212350626.42.0.00327926746922.issue3021@psf.upfronthosting.co.za>
2008-06-01 20:03:45pitroulinkissue3021 messages
2008-06-01 20:03:44pitroucreate