mirror of
https://github.com/python/cpython.git
synced 2025-10-29 20:51:26 +00:00
Wrap testPasswordProtectedSite with @reap_threads
This commit is contained in:
parent
d0630498c9
commit
2a9f5edeeb
1 changed files with 1 additions and 0 deletions
|
|
@ -259,6 +259,7 @@ def tearDown(self):
|
||||||
self.t.join()
|
self.t.join()
|
||||||
self.server.server_close()
|
self.server.server_close()
|
||||||
|
|
||||||
|
@support.reap_threads
|
||||||
def testPasswordProtectedSite(self):
|
def testPasswordProtectedSite(self):
|
||||||
addr = self.server.server_address
|
addr = self.server.server_address
|
||||||
url = 'http://' + support.HOST + ':' + str(addr[1])
|
url = 'http://' + support.HOST + ':' + str(addr[1])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue