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
The __str__, __repr__ and __format__ methods on foreign raise a RecursionError for recursive array-like objects. The implementation is here and it does not check for recursive structures like in the implementation of __repr__ on the native python list.