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 yselivanov
Recipients georg.brandl, gvanrossum, larry, ncoghlan, oconnor663, pitrou, serhiy.storchaka, vstinner, yselivanov
Date 2015-12-02.20:21:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449087710.17.0.0404508927469.issue25782@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.

What to do when you try to chain "C -> C"?  

I'm not sure I like this reordering idea -- it might introduce some *very* hard to find bugs -- you expected one type of exception, then you used some external library, and after that you have a completely different exception.
History
Date User Action Args
2015-12-02 20:21:50yselivanovsetrecipients: + yselivanov, gvanrossum, georg.brandl, ncoghlan, pitrou, vstinner, larry, serhiy.storchaka, oconnor663
2015-12-02 20:21:50yselivanovsetmessageid: <1449087710.17.0.0404508927469.issue25782@psf.upfronthosting.co.za>
2015-12-02 20:21:50yselivanovlinkissue25782 messages
2015-12-02 20:21:50yselivanovcreate