STINNER Victor added the comment:

I checked typeobject.c: there is a single case where we use the result of 
lookup_maybe_method()/lookup_method() for something else than calling the 
unbound method: slot_tp_finalize() calls PyErr_WriteUnraisable(del), the case 
discussed in my previous message which caused test_exceptions failure (now 
fixed).

----------

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

Reply via email to