diff -r 18901f50f971 -r 2167e507b277 eric7/DebugClients/Python/DebugBase.py --- a/eric7/DebugClients/Python/DebugBase.py Sun Jan 09 17:43:29 2022 +0100 +++ b/eric7/DebugClients/Python/DebugBase.py Sun Jan 09 17:44:57 2022 +0100 @@ -899,7 +899,6 @@ self.skipFrames = 0 if (exctype == RuntimeError and str(excval).startswith('maximum recursion depth exceeded') or - sys.version_info >= (3, 5) and exctype == RecursionError): # __IGNORE_WARNING__ excval = 'maximum recursion depth exceeded' depth = 0