Remove debug code from weakref_segfault().
This commit is contained in:
parent
1987c6693b
commit
bb1861a996
|
@ -3884,8 +3884,6 @@ def weakref_segfault():
|
|||
|
||||
def __del__(self):
|
||||
x = self.ref()
|
||||
print x
|
||||
return x
|
||||
|
||||
class Oops(object):
|
||||
pass
|
||||
|
|
Loading…
Reference in New Issue