]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132561: Fix the public `multiprocessing.SemLock.locked` method (#132586)
authorDuprat <yduprat@gmail.com>
Thu, 17 Apr 2025 09:41:30 +0000 (11:41 +0200)
committerGitHub <noreply@github.com>
Thu, 17 Apr 2025 09:41:30 +0000 (11:41 +0200)
commit15c75d7a8b86d9f76982f70a00b69b403458694f
treeded8e18712434fc0540539a0a2736d0ae15cfe8b
parent0c356c865a6d3806724f54d6d463b2e5289f6afa
gh-132561: Fix the public `multiprocessing.SemLock.locked` method (#132586)

Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Lib/multiprocessing/synchronize.py
Lib/test/_test_multiprocessing.py
Misc/NEWS.d/next/Library/2025-04-16-11-44-56.gh-issue-132561.ekkDPE.rst [new file with mode: 0644]