Re: [PATCH 01/14] python: Replace asyncio.get_event_loop for Python 3.14

2025-08-19 Thread John Snow
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

Re: [PATCH 01/14] python: Replace asyncio.get_event_loop for Python 3.14

2025-08-19 Thread Daniel P . Berrangé
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

Re: [PATCH 01/14] python: Replace asyncio.get_event_loop for Python 3.14

2025-08-19 Thread John Snow
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

[PATCH 01/14] python: Replace asyncio.get_event_loop for Python 3.14

2025-07-15 Thread Daniel P . Berrangé
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/