only detect DirectObject leaks in __dev__

This commit is contained in:
Darren Ranalli 2009-03-09 22:14:27 +00:00
parent 0e885a8481
commit 3cfc2b6427

View File

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