Skip to content

Python 3.14 async issues #314

@lotas

Description

@lotas

According to docs: https://docs.python.org/3/library/asyncio-task.html

The task is executed in the loop returned by get_running_loop(), RuntimeError is raised if there is no running loop in current thread.

https://docs.python.org/3/whatsnew/3.14.html#id10

If you’re running an async function, simply use asyncio.run().

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions