Fix an edge case whereby the __del__() method of a classic class could
commitcd81a17ad41fbf89c353e804f1cdea1be90cfc4c
authorguido.van.rossum <guido.van.rossum@6015fed2-1504-0410-9fe1-9d1591cc4771>
Fri, 18 Jan 2008 20:53:37 +0000 (18 20:53 +0000)
committerguido.van.rossum <guido.van.rossum@6015fed2-1504-0410-9fe1-9d1591cc4771>
Fri, 18 Jan 2008 20:53:37 +0000 (18 20:53 +0000)
treef33b24121111244a3df6e25870497b3a655572b7
parent1ff620a68ac9162349ab27a2c5bc0bc50815de23
Fix an edge case whereby the __del__() method of a classic class could
create a new weakref to the object.

git-svn-id: http://svn.python.org/projects/python/branches/release25-maint@60056 6015fed2-1504-0410-9fe1-9d1591cc4771
Objects/classobject.c