mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
kill another set_daemon instance
This commit is contained in:
parent
71088cc200
commit
8b6dc5cfab
1 changed files with 1 additions and 1 deletions
|
@ -566,7 +566,7 @@ class ThreadingMixIn:
|
|||
t = threading.Thread(target = self.process_request_thread,
|
||||
args = (request, client_address))
|
||||
if self.daemon_threads:
|
||||
t.set_daemon(True)
|
||||
t.daemon = True
|
||||
t.start()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue