Comment 4 for bug 1327473

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

Reviewed: https://review.openstack.org/98569
Committed: https://git.openstack.org/cgit/openstack/oslo.messaging/commit/?id=821ee096a6b1dd897892af90b47738051d0fa8f4
Submitter: Jenkins
Branch: master

commit 821ee096a6b1dd897892af90b47738051d0fa8f4
Author: ChangBo Guo(gcb) <email address hidden>
Date: Sat Jun 7 12:06:08 2014 +0800

    Removes the use of mutables as default args

    Passing mutable objects as default args is a known Python pitfall.
    We'd better avoid this.

    Change-Id: I67cc0774a65886ef9fce0b72e52157b622248a85
    Closes-Bug: #1327473