-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Python Inner class raises recursion error #329
Comments
This is interesting!
|
Requires further investigation, looks like depends on python version as well. For example, python 3.12 doesn't raise this error, but python 3.8/3.9/3.10 does. At the same time python 3.8/3.9/3.10 don't allow to set recursion limit to 2: Also, python 2.7 doesn't raise |
Yes, I had executed the code on Python 3.10. |
Hi @nifadyev, currently I'm swamped, but I'll take a shot if ngala won't do it first |
Haven't seen anyone raised this before.
Raises
RecursionError: maximum recursion depth exceeded while calling a Python object
The text was updated successfully, but these errors were encountered: