We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 585521e commit 6530adcCopy full SHA for 6530adc
1 file changed
Doc/howto/a-conceptual-overview-of-asyncio.rst
@@ -229,7 +229,7 @@ be garbage collected before the event loop invokes it.
229
Later instructions in the coroutine ``main()`` hand control back to the event
230
loop so it can invoke other jobs.
231
When the event loop eventually tries to run the task, it might fail and
232
-discover the task object has already been garbage collected!
+discover the task object does not exist!
233
This can also happen even if a coroutine keeps a reference to a task but
234
completes before that task finishes.
235
When the coroutine exits, local variables go out of scope and may be subject
0 commit comments