]> granicus.if.org Git - python/commit
Fix for SF 742911. We now clear the weakrefs *before* calling __del__
authorGuido van Rossum <guido@python.org>
Thu, 29 May 2003 14:29:23 +0000 (14:29 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 29 May 2003 14:29:23 +0000 (14:29 +0000)
commit1987c6693bbd83e27202ff8c1a8a3f8d53ecc5ed
tree3df86814ccbee958248fe23f3421d506dd36d5b6
parentaabe0b3e343dc2b169d72d6a62ee6b624d34134f
Fix for SF 742911.  We now clear the weakrefs *before* calling __del__
or emptying __dict__, just as we do for classic classes.
Objects/typeobject.c