From ecfebba8028b7098f58b9865a4869aadd98a9522 Mon Sep 17 00:00:00 2001 From: ChampChamp Date: Sun, 12 Apr 2026 02:22:43 +0900 Subject: [PATCH] Fix #3037: Resolve AnyIO loop conflict on Windows --- playwright/_impl/_connection.py | 1 - 1 file changed, 1 deletion(-) diff --git a/playwright/_impl/_connection.py b/playwright/_impl/_connection.py index bbc42b6e1..e0dd314b6 100644 --- a/playwright/_impl/_connection.py +++ b/playwright/_impl/_connection.py @@ -303,7 +303,6 @@ async def run_as_sync(self) -> None: await self.run() async def run(self) -> None: - self._loop = asyncio.get_running_loop() self._root_object = RootChannelOwner(self) async def init() -> None: