]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-109593: Fix reentrancy issue in multiprocessing resource_tracker (GH-109629...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 2 Oct 2023 15:37:40 +0000 (08:37 -0700)
committerGitHub <noreply@github.com>
Mon, 2 Oct 2023 15:37:40 +0000 (17:37 +0200)
commitb723b8a13d6b74b0fa1bf89149f314e26a93be9d
tree2134501782dd3a2ca3deb26e5efefd852306a744
parent84f9da9ab52e476224baac8786ab104e80ff77ba
[3.12] gh-109593: Fix reentrancy issue in multiprocessing resource_tracker (GH-109629) (#109898)

gh-109593: Fix reentrancy issue in multiprocessing resource_tracker (GH-109629)

---------

(cherry picked from commit 0eb98837b60bc58e57ad3e2b35c6b0e9ab634678)

Co-authored-by: Antoine Pitrou <antoine@python.org>
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