]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-125679: multiprocessing Lock and RLock - fix invalid representation string...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 7 Nov 2024 09:49:31 +0000 (10:49 +0100)
committerGitHub <noreply@github.com>
Thu, 7 Nov 2024 09:49:31 +0000 (01:49 -0800)
commit3b05ef10c1daf2a1d0a89d492aedfc7d61f77a26
tree141073648c7a5aaa67f5755c028a14f120ee1d87
parent07a6aa3f8f76994bed4c745758d93b6578cd76e4
[3.13] gh-125679: multiprocessing Lock and RLock - fix invalid representation string on MacOSX. (GH-125680) (#126533)

gh-125679: multiprocessing Lock and RLock - fix invalid representation string on MacOSX. (GH-125680)
(cherry picked from commit 75f7cf91ec5afc6091a0fd442a1f0435c19300b2)

Co-authored-by: Duprat <yduprat@gmail.com>
Lib/multiprocessing/synchronize.py
Lib/test/_test_multiprocessing.py
Misc/NEWS.d/next/Library/2024-11-06-23-40-28.gh-issue-125679.Qq9xF5.rst [new file with mode: 0644]