Commit 60f726b8 authored by Guido van Rossum's avatar Guido van Rossum

Remove debug code from weakref_segfault().

parent d11dcf0f
...@@ -3884,8 +3884,6 @@ def weakref_segfault(): ...@@ -3884,8 +3884,6 @@ def weakref_segfault():
def __del__(self): def __del__(self):
x = self.ref() x = self.ref()
print x
return x
class Oops(object): class Oops(object):
pass pass
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment