[Zope-Checkins] CVS: ZODB3/ZODB - cPickleCache.c:1.83

Jeremy Hylton jeremy@zope.com
Thu, 1 May 2003 13:08:39 -0400


Update of /cvs-repository/ZODB3/ZODB
In directory cvs.zope.org:/tmp/cvs-serv10203

Modified Files:
	cPickleCache.c 
Log Message:
Remove XXX comment.


=== ZODB3/ZODB/cPickleCache.c 1.82 => 1.83 ===
--- ZODB3/ZODB/cPickleCache.c:1.82	Wed Apr 23 16:05:51 2003
+++ ZODB3/ZODB/cPickleCache.c	Thu May  1 13:08:39 2003
@@ -536,8 +536,6 @@
        call above creates artificial references to v.
     */
     _Py_RefTotal--;
-    /* XXX it may be a problem that v->ob_type is still NULL? 
-       I don't understand what this comment means.  --jeremy */
     assert(v->ob_type);
 #else
     Py_INCREF(v);