mirror of
https://github.com/hakril/PythonForWindows
synced 2026-06-08 14:31:45 +00:00
unit tests now check for uncollectable-object (gc.garbage)
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user