[Zope-Checkins] CVS: Zope3/lib/python/Persistence - cPersistence.c:1.1.2.3

Jeremy Hylton jeremy@zope.com
Wed, 13 Feb 2002 08:35:45 -0500


Update of /cvs-repository/Zope3/lib/python/Persistence
In directory cvs.zope.org:/tmp/cvs-serv19596

Modified Files:
      Tag: Zope-3x-branch
	cPersistence.c 
Log Message:
Initialize persist_type.ob_type


=== Zope3/lib/python/Persistence/cPersistence.c 1.1.2.2 => 1.1.2.3 ===
     PyObject *m, *d;
 
+    persist_type.ob_type = &PyType_Type;
     if (PyType_Ready(&persist_type) < 0)
 	return;