Skip to content

Conversation

JeffersGlass
Copy link

With get_event_loop() no longer implicitly starting a new loop as of Python 3.14, any dev tool commands which start a serve will fail with a RuntimeError. If this occurs, start a new event loop before running the aiohttp app.

Fixes #45

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

calls asyncio.get_event_loop() in a way that will fail on 3.14
1 participant