Roger Browne wrote:
Hi,What is parrot's default method resolution order? Is it like the old Python MRO (left-to-right, depth-first)? Is it like the new Python MRO [1] (left-to-right, depth-first, but discard all but the last occurrence of duplicates)?
The latter. See also the test "constructor - diamond parents" in t/pmc/object-meths.t
Regards, Roger Browne
leo