Skip to content

Commit d998760

Browse files
fix _asyncio
1 parent caee761 commit d998760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_asynciomodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3773,7 +3773,7 @@ module_init(asyncio_state *state)
37733773
}
37743774

37753775
WITH_MOD("asyncio.events")
3776-
GET_MOD_ATTR(state->asyncio_get_event_loop_policy, "get_event_loop_policy")
3776+
GET_MOD_ATTR(state->asyncio_get_event_loop_policy, "_get_event_loop_policy")
37773777

37783778
WITH_MOD("asyncio.base_futures")
37793779
GET_MOD_ATTR(state->asyncio_future_repr_func, "_future_repr")

0 commit comments

Comments
 (0)