On Thu, 2023-11-23 at 11:43 +0000, Dmitry Tantsur wrote:
Looks like https://pypi.org/project/pyasyncore/ could be a stopgap measure. ya i think that is the best short term solution. nice find.
Dmitry
On 11/23/23 11:29, kajinamit wrote:
fyi...
Unfortunately there are some projects (cinder, glance, magnum and probably watcher) using both eventlet and workflow. So based on the comment by Sean we can't just replace asyncore by asyncio.
On 2023-11-23 05:39, Michael Johnson wrote:
Octavia is a heavy taskflow user and does not use eventlet. This issue has been on our radar since the Debian folks (thank you Zigo!) raised it in July[1]. Unfortunately we do not have anyone working on this at this time.
Michael
[1] https://bugs.launchpad.net/taskflow/+bug/2026183
On Wed, Nov 22, 2023 at 10:43 AM <smooney@redhat.com> wrote:
Hi All,
As noted in the following bug, taskflow uses asyncore, which is removed in Python 3.12. tasklfow needs to be switched to asyncio as a result. Does anyone happen to be working on this?
https://bugs.launchpad.net/ubuntu/+source/python-taskflow/+bug/2024588 you cannot generally mix asyncio and evnetlet so if taskflow is used in any project that uses eventlet today then that is not somethign
On Wed, 2023-11-22 at 11:48 -0500, Corey Bryant wrote: that can be simply repelasced.
Thanks, Corey