diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-06-15 14:34:42 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-15 14:34:42 (GMT) |
commit | c3b776f83b4c765da6d7b8854e844e07bd33c375 (patch) | |
tree | 4e9bd562324585032743a77f9f522ab94eb58d20 /Python/ceval.c | |
parent | e30fe27dabbc6b48736c3c17d57f6fa542376e8f (diff) | |
download | cpython-c3b776f83b4c765da6d7b8854e844e07bd33c375.zip cpython-c3b776f83b4c765da6d7b8854e844e07bd33c375.tar.gz cpython-c3b776f83b4c765da6d7b8854e844e07bd33c375.tar.bz2 |
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>
Diffstat (limited to 'Python/ceval.c')
0 files changed, 0 insertions, 0 deletions