Skip to content

Commit e36f77a

Browse files
committed
Initialize _asyncio call_soon handle
1 parent 2bb306d commit e36f77a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/_asynciomodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ static int
426426
call_soon(asyncio_state *state, PyObject *loop, PyObject *func, PyObject *arg,
427427
PyObject *ctx)
428428
{
429-
PyObject *handle;
429+
PyObject *handle = NULL;
430430

431431
PyTypeObject *loop_type = Py_TYPE(loop);
432432
int is_base_event_loop_subclass =

0 commit comments

Comments
 (0)