]> granicus.if.org Git - python/commit
Fix leak in classobject.c. The leak surfaced on the error exit when
authorRaymond Hettinger <python@rcn.com>
Tue, 16 Sep 2003 07:11:46 +0000 (07:11 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 16 Sep 2003 07:11:46 +0000 (07:11 +0000)
commita9e14b70150d5bc064afd3144097ec0095869f10
tree2d10fb24fab34f7155b1286453391f03e26cbd06
parent2d72b5d70723cb13eb0ad65b6deaf2a99094ac57
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.
Objects/classobject.c