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

Toby Dickenson tdickenson@geminidataloggers.com
Tue, 12 Mar 2002 12:40:53 -0500


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

Modified Files:
      Tag: toby-stiff-cache-branch
	Record.c 
Log Message:
first attempt at merging new implementation of zodb in-memory object cache

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