Skip to content

String representation of recursive arrays leads to RecursionError #402

@mrigankpawagi

Description

@mrigankpawagi

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions