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 68f95f9 commit 0c06c5bCopy full SHA for 0c06c5b
1 file changed
Misc/NEWS.d/next/Library/2026-02-16-11-20-00.gh-issue-142837.xP4kLm.rst
@@ -0,0 +1,4 @@
1
+Fixed :meth:`multiprocessing.Queue.empty` to use semaphore-based size
2
+accounting on platforms that support ``sem_getvalue()``, making its behavior
3
+consistent with :meth:`multiprocessing.Queue.qsize` and
4
+:meth:`multiprocessing.Queue.full`.
0 commit comments