]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix Queue.shutdown docs for condition to unblock a join (gh-137088)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Fri, 25 Jul 2025 13:56:28 +0000 (07:56 -0600)
committerGitHub <noreply@github.com>
Fri, 25 Jul 2025 13:56:28 +0000 (07:56 -0600)
commitea06ae5b5e7b335efbdff03c087fad9980a53f69
tree451b4a44723f04d120fd88aaa191d42948bdcafd
parentd7db0ee7ee2af48f666a8b5a9321161b2dbd85ab
Fix Queue.shutdown docs for condition to unblock a join (gh-137088)
Doc/library/asyncio-queue.rst
Doc/library/queue.rst
Lib/asyncio/queues.py
Lib/queue.py