https://github.com/python/cpython
Revision c3b776f83b4c765da6d7b8854e844e07bd33c375 authored by Miss Islington (bot) on 15 June 2021, 14:34:42 UTC, committed by GitHub on 15 June 2021, 14:34:42 UTC

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>
1 parent e30fe27
History
Tip revision: c3b776f83b4c765da6d7b8854e844e07bd33c375 authored by Miss Islington (bot) on 15 June 2021, 14:34:42 UTC
bpo-44422: Fix threading.enumerate() reentrant call (GH-26727)
Tip revision: c3b776f
File Mode Size
.azure-pipelines
.github
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Programs
Python
Tools
.gitattributes -rw-r--r-- 2.0 KB
.gitignore -rw-r--r-- 1.8 KB
.travis.yml -rw-r--r-- 6.5 KB
CODE_OF_CONDUCT.md -rw-r--r-- 630 bytes
LICENSE -rw-r--r-- 13.6 KB
Makefile.pre.in -rw-r--r-- 71.3 KB
README.rst -rw-r--r-- 9.8 KB
aclocal.m4 -rw-r--r-- 22.3 KB
config.guess -rwxr-xr-x 43.1 KB
config.sub -rwxr-xr-x 35.4 KB
configure -rwxr-xr-x 573.3 KB
configure.ac -rw-r--r-- 172.9 KB
install-sh -rwxr-xr-x 15.0 KB
netlify.toml -rw-r--r-- 82 bytes
pyconfig.h.in -rw-r--r-- 45.2 KB
setup.py -rw-r--r-- 112.8 KB

README.rst

back to top