RecursionError

exception RecursionError

This exception is derived from RuntimeError. It is raised when the interpreter detects that the maximum recursion depth (see sys.getrecursionlimit()) is exceeded.

New in version 3.5: Previously, a plain RuntimeError was raised.

doc_python
2016-10-07 17:41:24
Comments
Leave a Comment

Please login to continue.