• Chris McDonough's avatar
    changeOwnership method of Owned mixin failed when in "non-recursive" mode when... · 1f8ea369
    Chris McDonough authored
    changeOwnership method of Owned mixin failed when in "non-recursive" mode when trying to set child._owner = child._owner.  Why it was doing this I have no idea.  I changed it to set child._owner = new.  The trunk version of this method is significantly different than the 2.2.X branch version in other ways, so I can't make an analogous change to the 2.2.X branch.
    1f8ea369
Owned.py 11.5 KB