Comment 9 for bug 1841072

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to oslo.utils (master)

Reviewed: https://review.opendev.org/c/openstack/oslo.utils/+/850099
Committed: https://opendev.org/openstack/oslo.utils/commit/2319e6d32812ac8244b8dcacee6d1fadfab1c656
Submitter: "Zuul (22348)"
Branch: master

commit 2319e6d32812ac8244b8dcacee6d1fadfab1c656
Author: Takashi Kajinami <email address hidden>
Date: Mon Jul 18 22:18:27 2022 +0900

    Remove strict from is_same_callback()

    The strict argument has been deprecated since 4.6.0 because it has no
    effect in Python >=3.8 [1].

    Because now this library supports only Python >=3.8, the logic for old
    python versions can be removed.

    [1] https://review.opendev.org/c/openstack/oslo.utils/+/750216

    Related-Bug: #1841072
    Change-Id: I5873c0df347a4e9a8a1fbfcf9f1212af14f7aef2