]> granicus.if.org Git - python/commitdiff
Remove debug code from weakref_segfault().
authorGuido van Rossum <guido@python.org>
Thu, 29 May 2003 14:30:49 +0000 (14:30 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 29 May 2003 14:30:49 +0000 (14:30 +0000)
Lib/test/test_descr.py

index 3a7f81389a16f2ee55791421018a1637e0ac3c3e..91f33a5c899c8901835bf8913de6b6fe4d980318 100644 (file)
@@ -3884,8 +3884,6 @@ def weakref_segfault():
 
         def __del__(self):
             x = self.ref()
-            print x
-            return x
 
     class Oops(object):
         pass