summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Documentation/2024-06-05-12-36-18.gh-issue-120012.f14DbQ.rst
blob: 2bf0c977b9038710aefb5c237cb50f58f2f81b30 (plain)
1
2
3
Clarify the behaviours of :meth:`multiprocessing.Queue.empty` and
:meth:`multiprocessing.SimpleQueue.empty` on closed queues.
Patch by Bénédikt Tran.