Kaydet (Commit) cb170100 authored tarafından Antoine Pitrou's avatar Antoine Pitrou

Try to fix transient refleaks in test_distutils.

üst fce3207b
...@@ -11,6 +11,7 @@ import test.test_support ...@@ -11,6 +11,7 @@ import test.test_support
def test_main(): def test_main():
test.test_support.run_unittest(distutils.tests.test_suite()) test.test_support.run_unittest(distutils.tests.test_suite())
test.test_support.reap_children()
if __name__ == "__main__": if __name__ == "__main__":
......
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