mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Use False instead of 0.
This commit is contained in:
parent
62a103b2fc
commit
132e0e824b
1 changed files with 1 additions and 1 deletions
|
@ -451,7 +451,7 @@ class ThreadingMixIn:
|
|||
|
||||
# Decides how threads will act upon termination of the
|
||||
# main process
|
||||
daemon_threads = 0
|
||||
daemon_threads = False
|
||||
|
||||
def process_request_thread(self, request, client_address):
|
||||
"""Same as in BaseServer but as a thread.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue