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

Chris Withers chrisw@nipltd.com
Mon, 6 Jan 2003 12:00:30 -0500


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

Modified Files:
	intSet.c 
Log Message:
Collector #686: intSets no longer loose their values.

=== Zope/lib/Components/BTree/intSet.c 1.23 => 1.24 ===
--- Zope/lib/Components/BTree/intSet.c:1.23	Wed Mar 27 05:13:59 2002
+++ Zope/lib/Components/BTree/intSet.c	Mon Jan  6 12:00:27 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;
 }