|
@@ -83,6 +83,9 @@ class DirectObject:
|
|
|
del self._taskList[task.id]
|
|
del self._taskList[task.id]
|
|
|
|
|
|
|
|
def detectLeaks(self):
|
|
def detectLeaks(self):
|
|
|
|
|
+ if not __dev__:
|
|
|
|
|
+ return
|
|
|
|
|
+
|
|
|
# call this after the DirectObject instance has been destroyed
|
|
# call this after the DirectObject instance has been destroyed
|
|
|
# if it's leaking, will notify user
|
|
# if it's leaking, will notify user
|
|
|
|
|
|