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-29.00:13:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CADiSq7eWMNQYXUyc1zZPLa170k6BM8BvOKFfagq-pdKTVOt8gA@mail.gmail.com>
In-reply-to <1380399523.66.0.035059633079.issue19092@psf.upfronthosting.co.za>
Content
Moving the context fixing into an exception handler may work. Something
like:

    try:
        raise exc[1]
     except BaseException as fix_exc:
        ...
        raise
History
Date User Action Args
2013-09-29 00:13:43ncoghlansetrecipients: + ncoghlan, barry, hniksic
2013-09-29 00:13:42ncoghlanlinkissue19092 messages
2013-09-29 00:13:42ncoghlancreate