Searched refs:daemon_threads (Results 1 – 8 of 8) sorted by relevance
587 daemon_threads = False variable in ThreadingMixIn606 t.daemon = self.daemon_threads
669 daemon_threads = False variable in ThreadingMixIn695 t.daemon = self.daemon_threads
65 *daemon_threads*, which indicates whether or not the server should wait for126 :data:`ThreadingMixIn.daemon_threads` to ``True`` to not wait until threads
143 daemon_threads = True variable in ThreadingHTTPServer
70 *daemon_threads*, which indicates whether or not the server should wait for
710 Fix the daemon_threads attribute of ThreadingMixIn.
9057 - Issue #13140: Fix the daemon_threads attribute of ThreadingMixIn.22809 client threads). A new member variable, daemon_threads, was added to
5425 client threads). A new member variable, daemon_threads, was added to