• Kevin Modzelewski's avatar
    Fix bad guard · a8b225a5
    Kevin Modzelewski authored
    and add the test that exposed it.
    
    addGuard(obj) is dangerous because obj could be deallocated+reallocated
    in the same spot, which is what ended up happening here.
    a8b225a5
elementree_test.py 1.73 KB