[Zodb-checkins] CVS: ZODB3/ZODB - cPersistence.c:1.64.2.1
   
    Jeremy Hylton
     
    jeremy@zope.com
       
    Wed, 16 Oct 2002 12:16:40 -0400
    
    
  
Update of /cvs-repository/ZODB3/ZODB
In directory cvs.zope.org:/tmp/cvs-serv26142
Modified Files:
      Tag: ZODB3-3_1-branch
	cPersistence.c 
Log Message:
Backport: Restore initialization of persetattro in cPersistenceCAPI.
=== ZODB3/ZODB/cPersistence.c 1.64 => 1.64.2.1 ===
--- ZODB3/ZODB/cPersistence.c:1.64	Tue Oct  1 11:06:17 2002
+++ ZODB3/ZODB/cPersistence.c	Wed Oct 16 12:16:39 2002
@@ -837,7 +837,10 @@
   deallocated,
   (intfunctionwithpythonarg)Per_setstate,
   (pergetattr)Per_getattr,
-  NULL
+  (persetattr)_setattro,
+  NULL /* The percachedel slot is initialized in cPickleCache.c when
+          the module is loaded.  It uses a function in a different
+          shared library. */
 };
 
 void