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 d2ac060 commit e4c5ca9Copy full SHA for e4c5ca9
InternalDocs/asyncio.md
@@ -89,7 +89,7 @@ flowchart TD
89
end
90
subgraph two["Thread deallocating"]
91
A1{"check thread's task list is empty <br> llist_empty(tstate->asyncio_tasks_head)"}
92
- A1 --> |true| B1["deallocate thread<br>free_theadstate(tstate)"]
+ A1 --> |true| B1["deallocate thread<br>free_threadstate(tstate)"]
93
A1 --> |false| C1["add tasks to interpreter's task list<br> llist_concat(&tstate->interp->asyncio_tasks_head,tstate->asyncio_tasks_head)"]
94
C1 --> B1
95
0 commit comments