From: Berker Peksag Date: Sun, 11 Sep 2016 12:17:53 +0000 (+0300) Subject: Wrap testPasswordProtectedSite with @reap_threads X-Git-Tag: v3.6.0b1~54 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a9f5edeebed148e0ff6a2524f5b0b177f0d41b9;p=python Wrap testPasswordProtectedSite with @reap_threads --- diff --git a/Lib/test/test_robotparser.py b/Lib/test/test_robotparser.py index f09622a982..4082199792 100644 --- a/Lib/test/test_robotparser.py +++ b/Lib/test/test_robotparser.py @@ -259,6 +259,7 @@ class PasswordProtectedSiteTestCase(unittest.TestCase): 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])