mirror of https://github.com/python/cpython
Fi debug turd -- a call accidentally left out.
This commit is contained in:
parent
d7cf32e668
commit
4e3f12486f
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue