Skip to content

maximum recursion depth exceeded #387

@HolQue

Description

@HolQue

A cyclic import of JSON files causes a "maximum recursion depth" error in 2 variants:

  • JSON file imports itself: "maximum recursion depth exceeded while calling a Python object" (JPP_1152)
  • JSON file imports another file, that is already imported: "maximum recursion depth exceeded in __instancecheck__" (JPP_1153)

Both based on dynamic import paths.

Successor of #380 (imports are resolved now)

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions