[Zope-Checkins] CVS: Zope/lib/Components/ExtensionClass/src - Record.c:1.15.18.1

Casey Duncan casey@zope.com
Wed, 27 Mar 2002 15:52:04 -0500


Update of /cvs-repository/Zope/lib/Components/ExtensionClass/src
In directory cvs.zope.org:/tmp/cvs-serv22094/lib/Components/ExtensionClass/src

Modified Files:
      Tag: casey-death_to_index_html-branch
	Record.c 
Log Message:
Updating branch to head for testing


=== Zope/lib/Components/ExtensionClass/src/Record.c 1.15 => 1.15.18.1 ===
   self->schema=NULL;
   self->data=NULL;
-  self->state=cPersistent_GHOST_STATE;
+  PER_GHOSTIFY(self);
   Py_INCREF(Py_None);
   return Py_None;
 }