Comment 1 for bug 2026183

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to taskflow (master)

Reviewed: https://review.opendev.org/c/openstack/taskflow/+/916147
Committed: https://opendev.org/openstack/taskflow/commit/78d39c49aab39fc823c86ef93bc696968e12f233
Submitter: "Zuul (22348)"
Branch: master

commit 78d39c49aab39fc823c86ef93bc696968e12f233
Author: Cyril Roelandt <email address hidden>
Date: Thu Apr 18 01:48:58 2024 +0200

    Python3.12: disable process_executor, which depends on asyncore

    The asyncore module has been deprecated in Python 3.6 and removed in
    Python 3.12. In the future, we should either port process_executor to
    asyncio or deprecate it, but for now we just disable it starting in
    Python 3.12.

    Closes-Bug: #2026183

    Change-Id: I6c69593c5ce5a62721294564917d7a75531a2dac