Searched refs:daemon_threads (Results 1 – 4 of 4) sorted by relevance
678 daemon_threads = False variable in ThreadingMixIn704 t.daemon = self.daemon_threads
67 *daemon_threads*, which indicates whether or not the server should wait for129 .. attribute:: daemon_threads132 :data:`ThreadingMixIn.daemon_threads <daemon_threads>`
143 daemon_threads = True variable in ThreadingHTTPServer
9057 - Issue #13140: Fix the daemon_threads attribute of ThreadingMixIn.22809 client threads). A new member variable, daemon_threads, was added to