On Tue, Aug 19, 2025 at 3:51 PM Daniel P. Berrangé <berra...@redhat.com> 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é <berra...@redhat.com> 
> > wrote:
> > >
> > > From: Richard W.M. Jones <rjo...@redhat.com>
> > >
> > > 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
> > > Thanks: Miro Hrončok, Daniel P. Berrangé
> > > Signed-off-by: Richard W.M. Jones <rjo...@redhat.com>
> >
> > Reviewed-by: John Snow <js...@redhat.com>
> >
> > We fixed this in the standalone tree, but I hadn't synchronized the
> > changes over yet. Shall we take your patches first, and then I'll
> > worry about synchronizing later?
>
> This really needs to be in 10.1.0, because tests crash and
> burn under python 3.14 without this - we're applying this
> in Fedora builds locally to deal with the brokeness.

Urk. I didn't realize we were waiting on this; please include it with
my blessings and apologies.

>
> > (I desperately need to drop this code from the qemu.git tree, urgh.)
>
> IMHO qemu.git should be considered authoritative right now because
> that's what we're actually shipping & thus take priority for merge.

Yup, you're right. I just mean I need to stop the duplication, because
stuff like this happens.

>
> With regards,
> Daniel
> --
> |: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
> |: https://libvirt.org         -o-            https://fstop138.berrange.com :|
> |: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|
>


Reply via email to