
March 27, 2022
3:19 p.m.
On 3/26/2022 12:57 PM, malmiteria wrote:
what i propose is a solution that would follow those rules:
The mro alternative, which i called explicit method resolution aka EMR (which is probably not a good name since i apply it, as mro, to all class attributes), follow those rules : ... 4) Multiple parent : the method / attribute can't be resolved in the class itself, and can be resolved by at least 2 of it's parents, then an ExplicitResolutionRequired error should be raised
Since this is a breaking change, there's basically no chance this proposal will be accepted. Eric