Commit a654b464 authored by Guido van Rossum's avatar Guido van Rossum

Fi debug turd -- a call accidentally left out.

parent b4b9616d
...@@ -4505,7 +4505,7 @@ def test_borrowed_ref_4_segfault(): ...@@ -4505,7 +4505,7 @@ def test_borrowed_ref_4_segfault():
__builtin__.__import__ = orig_import __builtin__.__import__ = orig_import
def test_main(): def test_main():
#XXXweakref_segfault() # Must be first, somehow weakref_segfault() # Must be first, somehow
wrapper_segfault() wrapper_segfault()
do_this_first() do_this_first()
class_docstrings() class_docstrings()
......
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