Circular Reference with python lists

That’s just Python telling you that you have a circular reference; it’s smart enough not to enter an infinite loop trying to print it out.

Leave a Comment