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 serhiy.storchaka
Recipients georg.brandl, gvanrossum, larry, ncoghlan, oconnor663, pitrou, serhiy.storchaka, vstinner, yselivanov
Date 2015-12-02.20:06:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449086817.77.0.218988863381.issue25782@psf.upfronthosting.co.za>
In-reply-to
Content
Yet one option is the emersion of the exception. Affected exception is removed from the chain and added at it head.

If there is a chain A -> B -> C -> D -> E, after assignment C.__context__ = A we will get a chain C -> A -> B -> D -> E. No exception is lost.
History
Date User Action Args
2015-12-02 20:06:57serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, georg.brandl, ncoghlan, pitrou, vstinner, larry, yselivanov, oconnor663
2015-12-02 20:06:57serhiy.storchakasetmessageid: <1449086817.77.0.218988863381.issue25782@psf.upfronthosting.co.za>
2015-12-02 20:06:57serhiy.storchakalinkissue25782 messages
2015-12-02 20:06:57serhiy.storchakacreate