◐ Shell
reader mode source ↗
Skip to content
Merged
Changes from all commits
File filter
Conversations
Jump to
Diff view
Apply and reload
Show whitespace
Diff view
Apply and reload
8 changes: 1 addition & 7 deletions Lib/threading.py
Original file line number Diff line number Diff line change
Expand Up @@ -1010,13 +1010,7 @@ def _bootstrap_inner(self):
except:
self._invoke_excepthook(self)
finally:
with _active_limbo_lock:
try:
# We don't call self._delete() because it also
# grabs _active_limbo_lock.
del _active[get_ident()]
except:
pass

def _stop(self):
# After calling ._stop(), .is_alive() returns False and .join() returns
Expand Down
Toggle all file notes Toggle all file annotations