Here\'s my problem: I have an object, e.g.
l = [1,2,3] l.append(l) # assume that it appends a reference to l, not just [1,2,3]
Now, when l is del