[Zope-Checkins] CVS: StandaloneZODB/ZODB - cPersistence.c:1.53

Jeremy Hylton jeremy@zope.com
Tue, 2 Apr 2002 01:01:24 -0500


Update of /cvs-repository/StandaloneZODB/ZODB
In directory cvs.zope.org:/tmp/cvs-serv24638

Modified Files:
	cPersistence.c 
Log Message:
Add XXX comment about _oid_unreferenced.


=== StandaloneZODB/ZODB/cPersistence.c 1.52 => 1.53 ===
         PyObject *v;
 
+	/* XXX should just add this to the C API struct */
 	v = PyObject_CallMethod((PyObject *)self->cache, 
 				"_oid_unreferenced", "O", self->oid);
 	/* XXX What does the comment below mean? */