On Tue, Aug 19, 2025 at 3:51 PM Daniel P. Berrangé wrote:
>
> On Tue, Aug 19, 2025 at 03:47:50PM -0400, John Snow wrote:
> > On Tue, Jul 15, 2025 at 10:30 AM Daniel P. Berrangé
> > wrote:
> > >
> > > From: Richard W.M. Jones
> > >
> > > In Python 3.14, no asyncio event loop gets generated autom
On Tue, Aug 19, 2025 at 03:47:50PM -0400, John Snow wrote:
> On Tue, Jul 15, 2025 at 10:30 AM Daniel P. Berrangé
> wrote:
> >
> > From: Richard W.M. Jones
> >
> > In Python 3.14, no asyncio event loop gets generated automatically.
> > Instead create one when we need it. This should work with Py
On Tue, Jul 15, 2025 at 10:30 AM Daniel P. Berrangé wrote:
>
> From: Richard W.M. Jones
>
> 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
From: Richard W.M. Jones
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/