mirror of https://github.com/python/cpython.git
Duncan Grisby noted a typo in _DummyThread.
This commit is contained in:
parent
b24afe19db
commit
8e7eaa8ac8
|
@ -506,7 +506,7 @@ class _DummyThread(Thread):
|
|||
|
||||
def __init__(self):
|
||||
Thread.__init__(self, name=_newname("Dummy-%d"))
|
||||
self.__Thread_started = 1
|
||||
self._Thread__started = 1
|
||||
_active_limbo_lock.acquire()
|
||||
_active[_get_ident()] = self
|
||||
_active_limbo_lock.release()
|
||||
|
|
Loading…
Reference in New Issue