mirror of https://github.com/python/cpython.git
Try to fix transient refleaks in test_distutils.
This commit is contained in:
parent
fce3207b53
commit
cb170100d4
|
@ -11,6 +11,7 @@
|
|||
|
||||
def test_main():
|
||||
test.test_support.run_unittest(distutils.tests.test_suite())
|
||||
test.test_support.reap_children()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Reference in New Issue