Home
last modified time | relevance | path

Searched refs:daemon_threads (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Lib/
DSocketServer.py587 daemon_threads = False variable in ThreadingMixIn
606 t.daemon = self.daemon_threads
/external/python/cpython3/Lib/
Dsocketserver.py669 daemon_threads = False variable in ThreadingMixIn
695 t.daemon = self.daemon_threads
/external/python/cpython3/Doc/library/
Dsocketserver.rst65 *daemon_threads*, which indicates whether or not the server should wait for
126 :data:`ThreadingMixIn.daemon_threads` to ``True`` to not wait until threads
/external/python/cpython3/Lib/http/
Dserver.py143 daemon_threads = True variable in ThreadingHTTPServer
/external/python/cpython2/Doc/library/
Dsocketserver.rst70 *daemon_threads*, which indicates whether or not the server should wait for
/external/python/cpython2/Misc/NEWS.d/
D2.7.3rc1.rst710 Fix the daemon_threads attribute of ThreadingMixIn.
/external/python/cpython3/Misc/
DHISTORY9057 - Issue #13140: Fix the daemon_threads attribute of ThreadingMixIn.
22809 client threads). A new member variable, daemon_threads, was added to
/external/python/cpython2/Misc/
DHISTORY5425 client threads). A new member variable, daemon_threads, was added to