Home
last modified time | relevance | path

Searched refs:_DummyThread (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
Dthreading.py1119 class _DummyThread(Thread): class
1154 return _DummyThread()
/external/python/cpython2/Lib/test/
Dtest_threading.py161 self.assertIsInstance(threading._active[tid], threading._DummyThread)
/external/python/cpython2/Misc/
DHISTORY1916 - _DummyThread objects in the threading module now delete self.__block that is
1919 a _DummyThread object. Fixes bug #1089632.