SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 0 Python

bpo-44422: threading.Thread reuses the _delete() method (GH-26741)

The _bootstrap_inner() method of threading.Thread now reuses its
_delete() method rather than accessing _active() directly. It became
possible since _active_limbo_lock became reentrant. Moreover, it no
longer ignores any exception when deleting the thread from the
_active dictionary.
V
Victor Stinner committed
0729694246174a5c2f0ae197f2e0dbea61b90c9f
Parent: 7cad9cb
Committed by GitHub <noreply@github.com> on 6/16/2021, 9:41:17 AM