[Python-checkins] r60243 - python/trunk/Lib/test/test_descr.py

guido.van.rossum python-checkins at python.org
Thu Jan 24 16:53:22 CET 2008


Author: guido.van.rossum
Date: Thu Jan 24 16:53:22 2008
New Revision: 60243

Modified:
   python/trunk/Lib/test/test_descr.py
Log:
Fi debug turd -- a call accidentally left out.


Modified: python/trunk/Lib/test/test_descr.py
==============================================================================
--- python/trunk/Lib/test/test_descr.py	(original)
+++ python/trunk/Lib/test/test_descr.py	Thu Jan 24 16:53:22 2008
@@ -4505,7 +4505,7 @@
         __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()


More information about the Python-checkins mailing list