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 veky
Recipients Eric Wieser, brett.cannon, docs@python, veky
Date 2020-08-19.12:22:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1597839742.43.0.250242585869.issue41584@roundup.psfhosted.org>
In-reply-to
Content
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__.
History
Date User Action Args
2020-08-19 12:22:22vekysetrecipients: + veky, brett.cannon, docs@python, Eric Wieser
2020-08-19 12:22:22vekysetmessageid: <1597839742.43.0.250242585869.issue41584@roundup.psfhosted.org>
2020-08-19 12:22:22vekylinkissue41584 messages
2020-08-19 12:22:22vekycreate