Skip to content

Commit

Permalink
fix _asyncio
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaraditya303 committed Dec 18, 2024
1 parent caee761 commit d998760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/_asynciomodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -3773,7 +3773,7 @@ module_init(asyncio_state *state)
}

WITH_MOD("asyncio.events")
GET_MOD_ATTR(state->asyncio_get_event_loop_policy, "get_event_loop_policy")
GET_MOD_ATTR(state->asyncio_get_event_loop_policy, "_get_event_loop_policy")

WITH_MOD("asyncio.base_futures")
GET_MOD_ATTR(state->asyncio_future_repr_func, "_future_repr")
Expand Down

0 comments on commit d998760

Please sign in to comment.