-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
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)