[issue8627] Unchecked PyErr_WarnPy3k return value in Objects/typeobject.c

Mark Dickinson report at bugs.python.org
Sat Jun 5 14:39:56 CEST 2010


Mark Dickinson <dickinsm at gmail.com> added the comment:

Removed the __cmp__ warning in r81736, and added a PyErr_Clear() for the __eq__ warning in r81740.  I'll leave this open in case anyone wants to figure out how to propagate the warning exception properly.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8627>
_______________________________________


More information about the Python-bugs-list mailing list