]> granicus.if.org Git - python/commitdiff
Merged revisions 75860 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 27 Oct 2009 20:21:45 +0000 (20:21 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 27 Oct 2009 20:21:45 +0000 (20:21 +0000)
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.
........

Lib/test/test_distutils.py

index 94e59bc58acb2bc2251560ef57b6d87ec283a825..d613abe453b56dde4f4e5b73db40f45638017757 100644 (file)
@@ -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__":