I have another question. I have created a minimal ...
# announcements
b
I have another question. I have created a minimal reproduction code here: https://pastebin.com/C4MecF5E I don't understand why the first call on
dump()
on
b
yields the value 0. I expected to have 42 copied from
a
because the constructor of
a
(
Middle()
) self assigns values from the other object