Skip to content

Commit 0c06c5b

Browse files
committed
gh-142837: Add NEWS entry for multiprocessing.Queue.empty() fix
1 parent 68f95f9 commit 0c06c5b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)