summaryrefslogtreecommitdiff
path: root/Python/ceval.c
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>1999-01-27 23:13:59 +0000
committerBarry Warsaw <barry@python.org>1999-01-27 23:13:59 +0000
commit7dd809fda5c2d9fbf9d1dd4a80b6953f86d89993 (patch)
tree30c912862b143672f3a1396015cc350eaa53879d /Python/ceval.c
parent001640c8b0e621d2bb7c20ecdd9f535c6792f9e4 (diff)
downloadcpython-7dd809fda5c2d9fbf9d1dd4a80b6953f86d89993.tar.gz
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.
Diffstat (limited to 'Python/ceval.c')
0 files changed, 0 insertions, 0 deletions