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 <[email protected]>
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: <[email protected]>
2020-08-19 12:22:22vekylinkissue41584 messages
2020-08-19 12:22:22vekycreate