eric7/DebugClients/Python/DebugBase.py

branch
eric7
changeset 8918
2167e507b277
parent 8881
54e42bc2437a
child 8964
29344a31ee2a
--- 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

eric ide

mercurial