Commit e25ffd8f authored by Jim Fulton's avatar Jim Fulton

*** empty log message ***

parent 06e85143
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
static char intSet_module_documentation[] = static char intSet_module_documentation[] =
"" ""
"\n$Id: intSet.c,v 1.8 1998/03/24 15:15:33 jim Exp $" "\n$Id: intSet.c,v 1.9 1998/03/24 15:17:34 jim Exp $"
; ;
#include <limits.h> #include <limits.h>
...@@ -382,7 +382,7 @@ intSet__p___reinit__(intSet *self, PyObject *args) ...@@ -382,7 +382,7 @@ intSet__p___reinit__(intSet *self, PyObject *args)
&& HasInstDict(self) && (dict=INSTANCE_DICT(self))) && HasInstDict(self) && (dict=INSTANCE_DICT(self)))
{ {
PyDict_Clear(dict); PyDict_Clear(dict);
self->state=GHOST_STATE; self->state=cPersistent_GHOST_STATE;
} }
Py_INCREF(Py_None); Py_INCREF(Py_None);
...@@ -537,7 +537,7 @@ void ...@@ -537,7 +537,7 @@ void
initintSet() initintSet()
{ {
PyObject *m, *d; PyObject *m, *d;
char *rev="$Revision: 1.8 $"; char *rev="$Revision: 1.9 $";
UNLESS(ExtensionClassImported) return; UNLESS(ExtensionClassImported) return;
...@@ -575,6 +575,9 @@ initintSet() ...@@ -575,6 +575,9 @@ initintSet()
Revision Log: Revision Log:
$Log: intSet.c,v $ $Log: intSet.c,v $
Revision 1.9 1998/03/24 15:17:34 jim
*** empty log message ***
Revision 1.8 1998/03/24 15:15:33 jim Revision 1.8 1998/03/24 15:15:33 jim
Brought reinit/deactivate machinery up to date. Brought reinit/deactivate machinery up to date.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment