Vedran Čačić <ved...@gmail.com> added the comment:

Yes, there is a corner case here. If A derives from B and B derives from C, A 
doesn't implement __rsub__ and B does, A()-C() will call B's __rsub__.

----------
nosy: +veky

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

Reply via email to