pprint does not handle circular references #209
Labels
component: "serialization"
pickle, json, script_repr, etc etc - help me name this :)
status: discussion
Discussion. Not yet a specific feature/bug. Likely to result in multiple PRs/issues.
type-bug
Bug report
Milestone
When there are circular references on a Parameterized object the pretty printing causes a recursion error:
I'd suggest there should be a maximum depth for the pretty printer, anything more than 1 or two levels deep will become unreadable anyway.
The text was updated successfully, but these errors were encountered: