]> 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:53:37 +0000 (20:53 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 18 Jan 2008 20:53:37 +0000 (20:53 +0000)
commitd187381b812e2ee7f7a65e3b9ff643e6e6429c34
treea40c41e4414b75436cd067d533f97097c0262447
parent0f99b71bd06d5916e1865c7f11f1d4e3fb266034
Fix an edge case whereby the __del__() method of a classic class could
create a new weakref to the object.
Objects/classobject.c