]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix a memory leak -- the cached values of __getattr__ etc. were never
authorGuido van Rossum <guido@python.org>
Tue, 4 Aug 1998 14:59:16 +0000 (14:59 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 4 Aug 1998 14:59:16 +0000 (14:59 +0000)
commit152d8173a3844d00d7511484d3c1bfd1b8725613
tree015d23693b943b2d757cd77bab5eb6c439eac58d
parentf6fc1ec462e6d45fa322ae00bb2e5c47fa7b4ff5
Fix a memory leak -- the cached values of __getattr__ etc. were never
freed.
Objects/classobject.c