]> granicus.if.org Git - python/commit
Fix an edge case whereby the __del__() method of a classic class could
authorGuido van Rossum <guido@python.org>
Fri, 18 Jan 2008 20:56:30 +0000 (20:56 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 18 Jan 2008 20:56:30 +0000 (20:56 +0000)
commit9ff1a449732277c340fdf426e89d8460d2d8dd87
tree6f1c91052a481c8f8c1463678472a6d56a631acb
parent4956d2b88981fd5a6481cd048d7efd514594b6e9
Fix an edge case whereby the __del__() method of a classic class could
create a new weakref to the object.
Objects/classobject.c