]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-109593: Fix reentrancy issue in multiprocessing resource_tracker (GH-109629...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 26 Sep 2023 12:21:52 +0000 (05:21 -0700)
committerGitHub <noreply@github.com>
Tue, 26 Sep 2023 12:21:52 +0000 (12:21 +0000)
commitf764abb3752574f8f4c2d6fd2ed3aa1346fd2aee
tree440eba8d3a1aac0769493b1437b8ec4eb50c9a94
parentbda6949e860227873432dd1e3732127f5835baed
[3.11] gh-109593: Fix reentrancy issue in multiprocessing resource_tracker (GH-109629) (#109897)

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