You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix the not implemented ``get_value`` for :class:`multiprocessing.Semaphore` on MacOSX
2
-
by adding a dedicated workaround in ``_multiprocessing.SemLock``.
3
-
All changes are located in the ``semaphore.c`` file of `multiprocessing` module.
4
-
1
+
Fix the not implemented ``get_value`` for :class:`multiprocessing.Semaphore` on MacOSX by adding a dedicated workaround in ``_multiprocessing.SemLock`` object.
0 commit comments