Title: [commits] (vajda) [11188] - refactored transient collection queue subscriptions to use watchers
Revision
11188
Author
vajda
Date
2006-07-18 12:09:41 -0700 (Tue, 18 Jul 2006)

Log Message

- refactored transient collection queue subscriptions to use watchers
- version 0.6-32

Modified Paths

Diff

Modified: trunk/internal/chandlerdb/Makefile (11187 => 11188)

--- trunk/internal/chandlerdb/Makefile	2006-07-18 17:23:49 UTC (rev 11187)
+++ trunk/internal/chandlerdb/Makefile	2006-07-18 19:09:41 UTC (rev 11188)
@@ -1,5 +1,5 @@
 
-RELVER=0.6-$(BRANCH_REV_PREFIX)31
+RELVER=0.6-$(BRANCH_REV_PREFIX)32
 CHANDLERDB=$(INTERNAL)/chandlerdb
 DB_VER=4.4
 SRC=""

Modified: trunk/internal/chandlerdb/chandlerdb/persistence/view.c (11187 => 11188)

--- trunk/internal/chandlerdb/chandlerdb/persistence/view.c	2006-07-18 17:23:49 UTC (rev 11187)
+++ trunk/internal/chandlerdb/chandlerdb/persistence/view.c	2006-07-18 19:09:41 UTC (rev 11188)
@@ -275,7 +275,7 @@
     Py_INCREF(uuid); self->uuid = uuid;
     self->singletons = PyDict_New();
     self->monitors = NULL;
-    self->watchers = NULL;
+    self->watchers = PyDict_New();
     self->debugOn = NULL;
     self->deferredDeletes = PyList_New(0);
 




_______________________________________________
Commits mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/commits

Reply via email to