[Zodb-checkins] CVS: Zope/lib/Components/ExtensionClass/src - Record.c:1.16

Toby Dickenson tdickenson@geminidataloggers.com
Wed, 27 Mar 2002 05:14:30 -0500


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

Modified Files:
	Record.c 
Log Message:
merged toby-stiff-cache-branch and toby-unicode-branch

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