[Python-checkins] cpython: test_os needs to reap threads

antoine.pitrou python-checkins at python.org
Fri Jul 15 23:02:07 CEST 2011


http://hg.python.org/cpython/rev/090f926c7a80
changeset:   71369:090f926c7a80
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Fri Jul 15 23:00:56 2011 +0200
summary:
  test_os needs to reap threads

files:
  Lib/test/test_os.py |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/Lib/test/test_os.py b/Lib/test/test_os.py
--- a/Lib/test/test_os.py
+++ b/Lib/test/test_os.py
@@ -1506,6 +1506,7 @@
                         raise
 
 
+ at support.reap_threads
 def test_main():
     support.run_unittest(
         FileTests,

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list