[Zodb-checkins] SVN: ZODB/branches/3.3/src/persistent/cPersistence.c Merge rev 28151 from trunk.

Tim Peters tim.one at comcast.net
Thu Oct 14 10:48:10 EDT 2004


Log message for revision 28190:
  Merge rev 28151 from trunk.
  
  Remove duplicate declaration and definition of py___getstate__.
  

Changed:
  U   ZODB/branches/3.3/src/persistent/cPersistence.c

-=-
Modified: ZODB/branches/3.3/src/persistent/cPersistence.c
===================================================================
--- ZODB/branches/3.3/src/persistent/cPersistence.c	2004-10-14 14:40:32 UTC (rev 28189)
+++ ZODB/branches/3.3/src/persistent/cPersistence.c	2004-10-14 14:48:09 UTC (rev 28190)
@@ -30,7 +30,6 @@
 static PyObject *py_keys, *py_setstate, *py___dict__, *py_timeTime;
 static PyObject *py__p_changed, *py__p_deactivate;
 static PyObject *py___getattr__, *py___setattr__, *py___delattr__;
-static PyObject *py___getstate__;
 static PyObject *py___slotnames__, *copy_reg_slotnames, *__newobj__;
 static PyObject *py___getnewargs__, *py___getstate__;
 
@@ -50,7 +49,6 @@
     INIT_STRING(__getattr__);
     INIT_STRING(__setattr__);
     INIT_STRING(__delattr__);
-    INIT_STRING(__getstate__);
     INIT_STRING(__slotnames__);
     INIT_STRING(__getnewargs__);
     INIT_STRING(__getstate__);



More information about the Zodb-checkins mailing list