commit | c3b776f83b4c765da6d7b8854e844e07bd33c375 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue Jun 15 07:34:42 2021 -0700 |
committer | GitHub <noreply@github.com> | Tue Jun 15 07:34:42 2021 -0700 |
tree | 4e9bd562324585032743a77f9f522ab94eb58d20 | |
parent | e30fe27dabbc6b48736c3c17d57f6fa542376e8f [diff] |
bpo-44422: Fix threading.enumerate() reentrant call (GH-26727) The threading.enumerate() function now uses a reentrant lock to prevent a hang on reentrant call. (cherry picked from commit 243fd01047ddce1a7eb0f99a49732d123e942c63) Co-authored-by: Victor Stinner <vstinner@python.org>