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 njs, serhiy.storchaka, yselivanov
Date 2017-03-14.13:38:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489498694.18.0.92041879513.issue29600@psf.upfronthosting.co.za>
In-reply-to
Content
> I am wondering how much of other uses of PyErr_SetObject() are affected by similar bugs?

Only when we use an exception to carry a return value.  AFAIK StopIteration is the only such case.
History
Date User Action Args
2017-03-14 13:38:14yselivanovsetrecipients: + yselivanov, njs, serhiy.storchaka
2017-03-14 13:38:14yselivanovsetmessageid: <1489498694.18.0.92041879513.issue29600@psf.upfronthosting.co.za>
2017-03-14 13:38:14yselivanovlinkissue29600 messages
2017-03-14 13:38:14yselivanovcreate