Skip to content

Conversation

@lahwaacz
Copy link
Contributor

@lahwaacz lahwaacz commented Dec 20, 2025

Since Python 3.14, asyncio.get_event_loop() raises a RuntimeError if there is no current event loop. asyncio.ensure_future() calls asyncio.get_event_loop() if loop is not given.

Pull Request Checklist

  • I’ve read the guidelines for contributing.
  • I updated AUTHORS.txt and CHANGES.txt (if the change is non-trivial) and documentation (if applicable).
  • I tested my changes.

Description

Since Python 3.14, asyncio.get_event_loop() raises a RuntimeError if
there is no current event loop. asyncio.ensure_future() calls
asyncio.get_event_loop() if loop is not given.
@Kwpolska Kwpolska merged commit 635366b into getnikola:master Dec 20, 2025
13 checks passed
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.

2 participants