]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fi debug turd -- a call accidentally left out.
authorGuido van Rossum <guido@python.org>
Thu, 24 Jan 2008 15:53:22 +0000 (15:53 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 24 Jan 2008 15:53:22 +0000 (15:53 +0000)
Lib/test/test_descr.py

index 3f5ef8df626bb0bd0aa0f711af15d8610bfd02f6..08dfcdfc0a1a72dfeee41b697c2fa7950737275d 100644 (file)
@@ -4505,7 +4505,7 @@ def test_borrowed_ref_4_segfault():
         __builtin__.__import__ = orig_import
 
 def test_main():
-    #XXXweakref_segfault() # Must be first, somehow
+    weakref_segfault() # Must be first, somehow
     wrapper_segfault()
     do_this_first()
     class_docstrings()