diff -r 064cfadcf15c -r 7902c9178ee0 DebugClients/Python3/DebugClientBase.py --- a/DebugClients/Python3/DebugClientBase.py Sun Feb 28 09:06:59 2010 +0000 +++ b/DebugClients/Python3/DebugClientBase.py Sun Feb 28 10:31:49 2010 +0000 @@ -265,7 +265,7 @@ Public method to send the list of threads. """ threadList = [] - if self.threads: # indication for the threaded debugger + if self.threads and self.currentThread: # indication for the threaded debugger currentId = self.currentThread.get_ident() for t in self.threads.values(): d = {}