unit tests now check for uncollectable-object (gc.garbage)

This commit is contained in:
Clement Rouault
2017-04-26 11:07:52 +02:00
parent be5cbe2631
commit feb76b48c3
9 changed files with 115 additions and 22 deletions
+1 -2
View File
@@ -695,9 +695,8 @@ class Debugger(object):
self.current_thread = None
self.current_process = None
if cpid == self.target.pid:
if self.target and cpid == self.target.pid:
self.target = None
return retvalue
def _handle_create_thread(self, debug_event):