DebugClients/Python/ThreadExtension.py

changeset 5914
e44c04a89dbc
parent 5667
86554f131048
child 5918
d89cd224dd1b
diff -r 7ab2293917f8 -r e44c04a89dbc DebugClients/Python/ThreadExtension.py
--- a/DebugClients/Python/ThreadExtension.py	Wed Oct 18 19:16:28 2017 +0200
+++ b/DebugClients/Python/ThreadExtension.py	Thu Oct 19 19:39:59 2017 +0200
@@ -291,8 +291,6 @@
             if hasattr(module, 'settrace'):
                 self.greenlet = True
                 DebugBase.pollTimerEnabled = False
-            
-            # TODO: Implement the debugger extension for greenlets
         
         # Add hook for threading.run()
         elif (fullname == "threading" and self.threadingAttached is False):

eric ide

mercurial