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 Rosuav
Recipients Rosuav, belopolsky, gvanrossum, python-dev, r.david.murray, rhettinger, schlamar, scoder, serhiy.storchaka, vstinner
Date 2014-11-29.08:38:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1417250317.44.0.762347284903.issue22906@psf.upfronthosting.co.za>
In-reply-to
Content
Stefan, I'm not sure - I don't know the details of the C API here. But I tried commenting out everything but that one line, and while it does result in RuntimeError, it doesn't do the exception chaining. Currently, I believe the exception isn't being caught at all; but I don't know what it would take to do the full catching properly. The current patch doesn't always have a traceback on the original StopIteration, either, so it's definitely not quite right yet.
History
Date User Action Args
2014-11-29 08:38:37Rosuavsetrecipients: + Rosuav, gvanrossum, rhettinger, belopolsky, scoder, vstinner, r.david.murray, python-dev, schlamar, serhiy.storchaka
2014-11-29 08:38:37Rosuavsetmessageid: <1417250317.44.0.762347284903.issue22906@psf.upfronthosting.co.za>
2014-11-29 08:38:37Rosuavlinkissue22906 messages
2014-11-29 08:38:37Rosuavcreate