Files
cpython/Objects
Fred Drake c916f5a390 Be smarter about clearing the weakref lists for instances, instance methods,
and functions: we only need to call PyObject_ClearWeakRefs() if the weakref
list is non-NULL.  Since these objects are common but weakrefs are still
unusual, saving the call at deallocation time makes a lot of sense.
2001-10-26 17:56:51 +00:00
..
2001-10-19 13:49:35 +00:00
2001-08-29 23:54:21 +00:00
2001-10-22 16:30:36 +00:00