On Tue, Jul 15, 2025 at 12:27:52PM +0100, Richard W.M. Jones wrote:
> In Python 3.14, no asyncio event loop gets generated automatically.
> Instead create one when we need it. This should work with Python 3.13
> as well. This change was suggested here:
>
> https://bugzilla.redhat.com/show_bug.cg
Updated the patch with the suggestions from Miro Hrončok & Daniel
Berrangé, and retested it with Python 3.14 b4.
Rich.
In Python 3.14, no asyncio event loop gets generated automatically.
Instead create one when we need it. This should work with Python 3.13
as well. This change was suggested here:
https://bugzilla.redhat.com/show_bug.cgi?id=2375004#c4
See-also: https://docs.python.org/3.14/whatsnew/3.14.html#id7