mirror of
https://github.com/python/cpython.git
synced 2025-07-28 21:55:21 +00:00
Try to fix transient refleaks in test_distutils.
This commit is contained in:
parent
fce3207b53
commit
cb170100d4
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ import test.test_support
|
|||
|
||||
def test_main():
|
||||
test.test_support.run_unittest(distutils.tests.test_suite())
|
||||
test.test_support.reap_children()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue