Skip to content

Commit d36270f

Browse files
fix missing start world
1 parent c12f271 commit d36270f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Modules/_asynciomodule.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2028,6 +2028,7 @@ unregister_task(asyncio_state *state, TaskObj *task)
20282028
else {
20292029
llist_remove(&task->task_node);
20302030
}
2031+
_PyEval_StartTheWorld(tstate->interp);
20312032
}
20322033
#else
20332034
if (task->task_node.next == NULL) {

0 commit comments

Comments
 (0)