mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Merged revisions 75860 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r75860 | antoine.pitrou | 2009-10-27 21:20:41 +0100 (mar., 27 oct. 2009) | 3 lines Try to fix transient refleaks in test_distutils. ........
This commit is contained in:
parent
aefe6af18f
commit
1568732d73
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ import test.support
|
|||
|
||||
def test_main():
|
||||
test.support.run_unittest(distutils.tests.test_suite())
|
||||
test.support.reap_children()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue