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 terry.reedy
Recipients Rotem Yaari, Yury.Selivanov, georg.brandl, gregory.p.smith, gvanrossum, larry, ncoghlan, oconnor663, python-dev, serhiy.storchaka, terry.reedy, vstinner, yselivanov
Date 2016-12-17.00:46:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481935610.13.0.821622161798.issue25782@psf.upfronthosting.co.za>
In-reply-to
Content
Issue #28962 appears to be an example of this issue.  It uses 'raise e from e' to create the loop.
History
Date User Action Args
2016-12-17 00:46:50terry.reedysetrecipients: + terry.reedy, gvanrossum, georg.brandl, gregory.p.smith, ncoghlan, vstinner, larry, Yury.Selivanov, python-dev, serhiy.storchaka, yselivanov, oconnor663, Rotem Yaari
2016-12-17 00:46:50terry.reedysetmessageid: <1481935610.13.0.821622161798.issue25782@psf.upfronthosting.co.za>
2016-12-17 00:46:50terry.reedylinkissue25782 messages
2016-12-17 00:46:50terry.reedycreate