We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58df0a4 commit 954048fCopy full SHA for 954048f
Misc/NEWS.d/next/macOS/2025-03-06-18-52-05.gh-issue-125828.JkMjD2.rst
@@ -1,3 +1,3 @@
1
-Fix the missing ``get_value`` for Semaphores on MacOSX
2
-by adding a dedicated workaround in :class:`_multiprocessing.SemLock`.
3
-The changes are located in the ``semaphore.c`` file in :mod:`_multiprocessing`.
+Fix the not implemented ``get_value`` for :class:`multiprocessing.Semaphore` on MacOSX
+by adding a dedicated workaround in ``_multiprocessing.SemLock``.
+The changes are located in the ``semaphore.c`` file in :mod:`_multiprocessing`.
0 commit comments