Add `loop_factory` parameter to `asyncio.run`

kumaraditya303 · GitHub

As a first step towards policy free asyncio execution, this will ease migration from legacy code to new policy free usage.

Linked PRs

GH-99388: add loop_factory parameter to asyncio.run #99462