]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-115942: Add `locked` to several multiprocessing locks (#115944)
authorsobolevn <mail@sobolevn.me>
Tue, 8 Apr 2025 08:14:12 +0000 (11:14 +0300)
committerGitHub <noreply@github.com>
Tue, 8 Apr 2025 08:14:12 +0000 (11:14 +0300)
commitf7305a06c7a322d23b39ad9d16af814d467624c6
tree8a25dede6c059e01ae98c63d737ac0d0c1987b58
parent6cd1d6c6b142697fb72f422b7b448c27ebc30534
gh-115942: Add `locked` to several multiprocessing locks (#115944)

Co-authored-by: mpage <mpage@cs.stanford.edu>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Doc/library/multiprocessing.rst
Doc/library/threading.rst
Lib/importlib/_bootstrap.py
Lib/multiprocessing/managers.py
Lib/multiprocessing/synchronize.py
Lib/test/_test_multiprocessing.py
Lib/test/lock_tests.py
Lib/threading.py
Misc/NEWS.d/next/Library/2025-04-01-11-16-22.gh-issue-115942.4W3hNx.rst [new file with mode: 0644]
Modules/_threadmodule.c