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 Rotem Yaari, Yury.Selivanov, georg.brandl, gregory.p.smith, gvanrossum, larry, ncoghlan, oconnor663, serhiy.storchaka, vstinner, yselivanov
Date 2016-06-13.19:27:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465846041.51.0.888087811199.issue25782@psf.upfronthosting.co.za>
In-reply-to
Content
> Yury's raises a RuntimeError in the loop situation.

> Serhiy's simply reorders the exception context to put the referred to one at the front of the chain in the event of a loop.

Right, and I believe that my solution is more Pythonic.  Reordering feels highly unintuitive to me.
History
Date User Action Args
2016-06-13 19:27:21yselivanovsetrecipients: + yselivanov, gvanrossum, georg.brandl, gregory.p.smith, ncoghlan, vstinner, larry, Yury.Selivanov, serhiy.storchaka, oconnor663, Rotem Yaari
2016-06-13 19:27:21yselivanovsetmessageid: <1465846041.51.0.888087811199.issue25782@psf.upfronthosting.co.za>
2016-06-13 19:27:21yselivanovlinkissue25782 messages
2016-06-13 19:27:20yselivanovcreate