Skip to content

Fix asyncio.get_event_loop() RuntimeError on Python 3.12+#150

Open
vikingtoby wants to merge 1 commit into
wouterdebie:masterfrom
vikingtoby:fix/python314-asyncio-event-loop
Open

Fix asyncio.get_event_loop() RuntimeError on Python 3.12+#150
vikingtoby wants to merge 1 commit into
wouterdebie:masterfrom
vikingtoby:fix/python314-asyncio-event-loop

Conversation

@vikingtoby

Copy link
Copy Markdown

Python 3.12+ no longer implicitly creates an event loop when get_event_loop() is called with none set, raising RuntimeError instead. Ensure an event loop exists before handing control to iterm2.

Python 3.12+ no longer implicitly creates an event loop when
get_event_loop() is called with none set, raising RuntimeError instead.
Ensure an event loop exists before handing control to iterm2.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant