Comment 37 for bug 1812935

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

Reviewed: https://review.opendev.org/634457
Committed: https://git.openstack.org/cgit/openstack/oslo.cache/commit/?id=8a8248d764bbb1db6c0089a58745803c03e38fdb
Submitter: Zuul
Branch: master

commit 8a8248d764bbb1db6c0089a58745803c03e38fdb
Author: Hervé Beraud <email address hidden>
Date: Fri Feb 1 18:01:24 2019 +0100

    Switch from python-memcached to pymemcache.

    Switch memcachepool to use pymemcache.

    This change switches from python-memcached to pymemcached for
    the memcachepool backend fixing an issue due to the
    __new__ attribute reassign.

    Change-Id: Icaa6b252145685d1b5667b883e3bf693920b5b93
    Closes-Bug: #1812935