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():
def __del__(self):
x = self.ref()
print x
return x
class Oops(object):
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