]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] Fix Queue.shutdown docs for condition to unblock a join (gh-137088) (#141073)
authorStan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Thu, 6 Nov 2025 05:41:31 +0000 (05:41 +0000)
committerGitHub <noreply@github.com>
Thu, 6 Nov 2025 05:41:31 +0000 (11:11 +0530)
commit12847bfff7bb7c33f93d70bddf5542ae6965105c
tree276096248a0fb0f4fc515afcc8561389f3306625
parent9878611f28fdfeecea118f133997ec9694610721
[3.14] Fix Queue.shutdown docs for condition to unblock a join (gh-137088) (#141073)

(cherry picked from commit ea06ae5b5e7b335efbdff03c087fad9980a53f69)

Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
Doc/library/asyncio-queue.rst
Doc/library/queue.rst
Lib/asyncio/queues.py
Lib/queue.py