[Zope-Checkins] CVS: Zope/lib/Components/BTree - intSet.c:1.23.32.1

Chris Withers chrisw@nipltd.com
Mon, 6 Jan 2003 11:58:36 -0500


Update of /cvs-repository/Zope/lib/Components/BTree
In directory cvs.zope.org:/tmp/cvs-serv13255/lib/Components/BTree

Modified Files:
      Tag: Zope-2_6-branch
	intSet.c 
Log Message:
Collector #686: intSets no longer loose their values.

=== Zope/lib/Components/BTree/intSet.c 1.23 => 1.23.32.1 ===
--- Zope/lib/Components/BTree/intSet.c:1.23	Wed Mar 27 05:13:59 2002
+++ Zope/lib/Components/BTree/intSet.c	Mon Jan  6 11:58:34 2003
@@ -368,9 +368,9 @@
      && HasInstDict(self) && (dict=INSTANCE_DICT(self)))
     {
       PyDict_Clear(dict);
-      PER_GHOSTIFY(self);
     }
 
+  PER_GHOSTIFY(self);
   Py_INCREF(Py_None);
   return Py_None;
 }