Uh oh!
There was an error while loading. Please reload this page.
Tweak asyncio.Runner loop_factory docs to emphasize that the default case *does* call set_event_loop() #96036
Closed as not planned
There was an error while loading. Please reload this page.
set_event_loop() #96036
I would emphasize that the default case does call
set_event_loop()and implies attaching the watcher (if there is one!) to the loop; it's fine to suggest thatloop_factoryshould be used only if this is undesired.Originally posted by @gvanrossum in #95979 (comment)