Barry Warsaw f988e687a1 builtin_complex(): Nailed memory leak. This one's in the instance
test for classes with a __complex__() method.  The attribute is pulled
out of the instance with PyObject_GetAttr() but this transfers
ownership and the function object was never DECREF'd.
1999-01-27 23:13:59 +00:00
..
1998-12-21 18:33:30 +00:00
1998-12-17 18:03:10 +00:00
1998-12-18 22:02:37 +00:00