mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Closes #13140: Fix the daemon_threads attribute of ThreadingMixIn.
This commit is contained in:
parent
dcfde5aac9
commit
12b66b5217
3 changed files with 3 additions and 3 deletions
|
@ -123,7 +123,6 @@ class SocketServerTest(unittest.TestCase):
|
|||
self.assertEqual(server.server_address, server.socket.getsockname())
|
||||
return server
|
||||
|
||||
@unittest.skipUnless(threading, 'Threading required for this test.')
|
||||
@reap_threads
|
||||
def run_server(self, svrcls, hdlrbase, testfunc):
|
||||
server = self.make_server(self.pickaddr(svrcls.address_family),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue