[Python-checkins] cpython: Wrap testPasswordProtectedSite with @reap_threads

berker.peksag python-checkins at python.org
Sun Sep 11 08:17:18 EDT 2016


https://hg.python.org/cpython/rev/b31d2608990e
changeset:   103628:b31d2608990e
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Sun Sep 11 15:17:53 2016 +0300
summary:
  Wrap testPasswordProtectedSite with @reap_threads

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


diff --git a/Lib/test/test_robotparser.py b/Lib/test/test_robotparser.py
--- a/Lib/test/test_robotparser.py
+++ b/Lib/test/test_robotparser.py
@@ -259,6 +259,7 @@
         self.t.join()
         self.server.server_close()
 
+    @support.reap_threads
     def testPasswordProtectedSite(self):
         addr = self.server.server_address
         url = 'http://' + support.HOST + ':' + str(addr[1])

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


More information about the Python-checkins mailing list