diff options
author | Duprat <yduprat@gmail.com> | 2024-11-07 08:10:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-07 08:10:57 (GMT) |
commit | 75f7cf91ec5afc6091a0fd442a1f0435c19300b2 (patch) | |
tree | df031b829c314101ae9076f5f8f832f029d26fa2 /Misc/NEWS.d | |
parent | d46d3f2ec783004f0927c9f5e6211a570360cf3b (diff) | |
download | cpython-75f7cf91ec5afc6091a0fd442a1f0435c19300b2.zip cpython-75f7cf91ec5afc6091a0fd442a1f0435c19300b2.tar.gz cpython-75f7cf91ec5afc6091a0fd442a1f0435c19300b2.tar.bz2 |
gh-125679: multiprocessing Lock and RLock - fix invalid representation string on MacOSX. (#125680)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2024-11-06-23-40-28.gh-issue-125679.Qq9xF5.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-11-06-23-40-28.gh-issue-125679.Qq9xF5.rst b/Misc/NEWS.d/next/Library/2024-11-06-23-40-28.gh-issue-125679.Qq9xF5.rst new file mode 100644 index 0000000..ac6851e --- /dev/null +++ b/Misc/NEWS.d/next/Library/2024-11-06-23-40-28.gh-issue-125679.Qq9xF5.rst @@ -0,0 +1,2 @@ +The :class:`multiprocessing.Lock` and :class:`multiprocessing.RLock` +``repr`` values no longer say "unknown" on macOS. |