Kind of like "hey guys, check it out you can just duct tape down the dead-man's switch on this power tool and use it one handed". In Python.
>>> a = []; a.append(a); a[[...]]>>> b = []; b.append(b); b[[...]]>>> a == bTraceback (most recent call last): File "<stdin>", line 1, in <module>RecursionError: maximum recursion depth exceeded in comparison