You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been raised multiple times before #3066, #25, #1139. I think this is a reminder that someone should read through the discussions implement a solution that is good enough to get merged.
Objects containing refs to each other (or just self-referential objects) produce infinite output/stack overflows. Consider the following example.
The bug gets exposed by
The problem here seems to be mainly that printing the value does not check for cycles.
The text was updated successfully, but these errors were encountered: