22 Nov
2023
22 Nov
'23
1:36 p.m.
On Wed, 2023-11-22 at 11:48 -0500, Corey Bryant 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 that can be simply repelasced.
Thanks, Corey