https://github.com/python/cpython/commit/77c8e6a2b8e206ea8151ab1b431e32f1cad51ddd
commit: 77c8e6a2b8e206ea8151ab1b431e32f1cad51ddd
branch: main
author: Damian Birchler <[email protected]>
committer: kumaraditya303 <[email protected]>
date: 2025-12-17T16:40:03Z
summary:
gh-142876: remove reference to thread in documentation of
`asyncio.Queue.shutdown` (#142888)
files:
M Doc/library/asyncio-queue.rst
diff --git a/Doc/library/asyncio-queue.rst b/Doc/library/asyncio-queue.rst
index d481a1921d532b..a9735ae80652df 100644
--- a/Doc/library/asyncio-queue.rst
+++ b/Doc/library/asyncio-queue.rst
@@ -107,7 +107,7 @@ Queue
The queue can no longer grow.
Future calls to :meth:`~Queue.put` raise :exc:`QueueShutDown`.
Currently blocked callers of :meth:`~Queue.put` will be unblocked
- and will raise :exc:`QueueShutDown` in the formerly blocked thread.
+ and will raise :exc:`QueueShutDown` in the formerly awaiting task.
If *immediate* is false (the default), the queue can be wound
down normally with :meth:`~Queue.get` calls to extract tasks
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]