mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Duncan Grisby noted a typo in _DummyThread.
This commit is contained in:
parent
b24afe19db
commit
8e7eaa8ac8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue