summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2005-10-13 23:34:12 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2005-10-13 23:34:12 +0000
commit7667a2ae4ae4912f8130895e828d1dfb87050870 (patch)
tree6cb724a70516fe58543b40f4db3e3dee7be9176a /ChangeLog
parent9cbcbb20ed113ebe8f03b0f5b4a0a18e00a41ca5 (diff)
* python/service.py(ObjectType::_reflect_on_signal, _reflect_on_method):
reclaim memory outside of the loop and use del istead of just setting the key to None
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e3da63c..e62e1e83 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2005-10-13 John (J5) Palmieri <johnp@redhat.com>
+ * python/service.py(ObjectType::_reflect_on_signal, _reflect_on_method): reclaim memory outside of the loop and use del istead of just setting
+ the key to None
+
+2005-10-13 John (J5) Palmieri <johnp@redhat.com>
+
* python/service.py (ObjectType::_reflect_on_signal): Always close
signal tag even when there are no arguments