mirror of
https://github.com/python/cpython.git
synced 2025-08-05 01:18:26 +00:00

The threading.enumerate() function now uses a reentrant lock to
prevent a hang on reentrant call.
(cherry picked from commit 243fd01047
)
Co-authored-by: Victor Stinner <vstinner@python.org>
3 lines
129 B
ReStructuredText
3 lines
129 B
ReStructuredText
The :func:`threading.enumerate` function now uses a reentrant lock to
|
|
prevent a hang on reentrant call.
|
|
Patch by Victor Stinner.
|