Searched refs:_DummyThread (Results 1 – 10 of 10) sorted by relevance
1119 class _DummyThread(Thread): class1154 return _DummyThread()
1293 class _DummyThread(Thread): class1328 return _DummyThread()
161 self.assertIsInstance(threading._active[tid], threading._DummyThread)
179 self.assertIsInstance(threading._active[tid], threading._DummyThread)
280 Fix assertion error in threading._DummyThread.is_alive().
778 Fix assertion error in threading._DummyThread.is_alive().
660 for _main_thread, instead of a _DummyThread instance.
3365 Fix assertion error in threading._DummyThread.is_alive().
1916 - _DummyThread objects in the threading module now delete self.__block that is1919 a _DummyThread object. Fixes bug #1089632.
19300 - _DummyThread objects in the threading module now delete self.__block that is19303 a _DummyThread object. Fixes bug #1089632.