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
Document the old public :meth:`get_value<multiprocessing.synchronized.Semaphore>`. Replace code using private attributes with this public method in ``multiprocessing.synchronized.py`` and ``multiprocessing.queues.py`` files
1
+
Minor refactoring of :mod:`multiprocessing.synchronize` and :mod:`multiprocessing.queues` to use
2
+
the public :meth:`~multiprocessing.Semaphore.get_value` method instead of private attribute access.
0 commit comments