[Zodb-checkins] CVS: Zope/lib/python/ZODB - cPersistence.c:1.62.10.1
   
    Jeremy Hylton
     
    jeremy@zope.com
       
    Wed, 16 Oct 2002 12:22:04 -0400
    
    
  
Update of /cvs-repository/Zope/lib/python/ZODB
In directory cvs.zope.org:/tmp/cvs-serv26892
Modified Files:
      Tag: Zope-2_6-branch
	cPersistence.c 
Log Message:
Backport: Restore initialization of persetattro in cPersistenceCAPI.
=== Zope/lib/python/ZODB/cPersistence.c 1.62 => 1.62.10.1 ===
--- Zope/lib/python/ZODB/cPersistence.c:1.62	Tue Jun 18 17:37:56 2002
+++ Zope/lib/python/ZODB/cPersistence.c	Wed Oct 16 12:22:03 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