]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109593: Fix reentrancy issue in multiprocessing resource_tracker (#109629)
authorAntoine Pitrou <antoine@python.org>
Tue, 26 Sep 2023 11:57:25 +0000 (13:57 +0200)
committerGitHub <noreply@github.com>
Tue, 26 Sep 2023 11:57:25 +0000 (13:57 +0200)
commit0eb98837b60bc58e57ad3e2b35c6b0e9ab634678
tree215ecf809bc7a23493ffd1419db302515c05d377
parent2897142d2ec0930a8991af964c798b68fb6dcadd
gh-109593: Fix reentrancy issue in multiprocessing resource_tracker (#109629)

---------

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Lib/multiprocessing/resource_tracker.py
Lib/test/lock_tests.py
Lib/test/test_importlib/test_locks.py
Lib/test/test_threading.py
Lib/threading.py
Misc/NEWS.d/next/Library/2023-09-22-20-16-44.gh-issue-109593.LboaNM.rst [new file with mode: 0644]
Modules/_threadmodule.c