--- 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):