*** Python-2.3.3/Objects/typeobject.c.orig Thu Feb 2 18:07:05 2006 --- Python-2.3.3/Objects/typeobject.c Thu Feb 2 18:07:21 2006 *************** *** 5623,5629 **** return -1; Py_INCREF(obj); } ! Py_INCREF(type); su->type = type; su->obj = obj; su->obj_type = obj_type; --- 5623,5629 ---- return -1; Py_INCREF(obj); } ! Py_INCREF((PyObject *)type); su->type = type; su->obj = obj; su->obj_type = obj_type;