Show More
@@ -344,7 +344,7 b' class _httprequesthandlerssl(_httpreques' | |||||
344 | try: |
|
344 | try: | |
345 | import threading |
|
345 | import threading | |
346 |
|
346 | |||
347 |
threading.active |
|
347 | threading.active_count() # silence pyflakes and bypass demandimport | |
348 | _mixin = socketserver.ThreadingMixIn |
|
348 | _mixin = socketserver.ThreadingMixIn | |
349 | except ImportError: |
|
349 | except ImportError: | |
350 | if util.safehasattr(os, b"fork"): |
|
350 | if util.safehasattr(os, b"fork"): |
General Comments 0
You need to be logged in to leave comments.
Login now