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-13.23:02:32
SpamBayes Score 0.007995882
Marked as misclassified No
Message-id <1213398154.56.0.602313713782.issue3108@psf.upfronthosting.co.za>
In-reply-to
Content
This patch implements implicit except chaining (__context__) as per PEP
3134, or not quite. The difference is that PyErr_Set* functions do set
the __context__ attribute, otherwise I think it would make an annoying
discrepancy between exceptions generated by Python modules and
exceptions generated by C modules (especially when some parts are
written in C and others in Python, e.g. the io library).

Unimplemented are the modifications in exception reporting.
History
Date User Action Args
2008-06-13 23:02:35pitrousetspambayes_score: 0.00799588 -> 0.007995882
recipients: + pitrou
2008-06-13 23:02:34pitrousetspambayes_score: 0.00799588 -> 0.00799588
messageid: <1213398154.56.0.602313713782.issue3108@psf.upfronthosting.co.za>
2008-06-13 23:02:33pitroulinkissue3108 messages
2008-06-13 23:02:33pitroucreate