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 amaury.forgeotdarc, ddvoinikov, pitrou
Date 2008-05-13.18:36:20
SpamBayes Score 0.14960597
Marked as misclassified No
Message-id <1210703781.59.0.970411457984.issue2833@psf.upfronthosting.co.za>
In-reply-to
Content
I've just discovered that the patch in r62847 doesn't clean up the
exception state if the except clause does not mention a local variable,
e.g. "except MyException" instead of "except MyException as e".
History
Date User Action Args
2008-05-13 18:36:21pitrousetspambayes_score: 0.149606 -> 0.14960597
recipients: + pitrou, amaury.forgeotdarc, ddvoinikov
2008-05-13 18:36:21pitrousetspambayes_score: 0.149606 -> 0.149606
messageid: <1210703781.59.0.970411457984.issue2833@psf.upfronthosting.co.za>
2008-05-13 18:36:21pitroulinkissue2833 messages
2008-05-13 18:36:20pitroucreate