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.
3
votes
It's output by the method responsible for generating the representation of the structure. It represents a recursive structure, elided since it can be nested infinitely.
3
votes
iPython will do this:
[<Recursion on list with id=38505216>]
It's the same thing; the interpreter telling you that you have a recursive data structure.
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more