Yury Selivanov added the comment:

> 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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29600>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to