]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix leak in classobject.c. The leak surfaced on the error exit when
authorRaymond Hettinger <python@rcn.com>
Tue, 16 Sep 2003 07:13:56 +0000 (07:13 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 16 Sep 2003 07:13:56 +0000 (07:13 +0000)
commitbd40b912386242cd9b61eb81ac9ae1be59329057
treee34c06881ea7c9d38781f3c95b3410d9bfae727a
parent5ae2511c06efd4e75cd6c8553300f8e4627551ac
Fix leak in classobject.c.  The leak surfaced on the error exit when
hashing a class that does not define __hash__ but does define a
comparison.
Misc/NEWS
Objects/classobject.c