-
-
Notifications
You must be signed in to change notification settings - Fork 118
RecursionError on recursive nested class #409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
We need to improve |
Hi, Does a workaround / solution exist for this yet?
Is there an example of how to do this anywhere? |
I ended up coming up with this workaround:
|
Description
Hi, I've RecursionError raised when structuring nested class.
What I Did
Here's a minimal code triggering the issue:
And part of the traceback:
The text was updated successfully, but these errors were encountered: