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 ncoghlan
Recipients barry, hniksic, ncoghlan
Date 2013-09-25.21:04:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1380143067.63.0.118182501031.issue19092@psf.upfronthosting.co.za>
In-reply-to
Content
Yep, as indicated by the patch, looks like just a bug with the location of the raise in the stack emulation.

The contextlib tests will also need a new test case to cover this, as well as one to cover such an exception being suppressed by an outer manager.
History
Date User Action Args
2013-09-25 21:04:27ncoghlansetrecipients: + ncoghlan, barry, hniksic
2013-09-25 21:04:27ncoghlansetmessageid: <1380143067.63.0.118182501031.issue19092@psf.upfronthosting.co.za>
2013-09-25 21:04:27ncoghlanlinkissue19092 messages
2013-09-25 21:04:27ncoghlancreate