Comment 53 for bug 1314129

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to oslo-incubator (stable/icehouse)

Reviewed: https://review.openstack.org/91454
Committed: https://git.openstack.org/cgit/openstack/oslo-incubator/commit/?id=d14f56f02a289a9d1f6ac9a9c43adbc32fd569d6
Submitter: Jenkins
Branch: stable/icehouse

commit d14f56f02a289a9d1f6ac9a9c43adbc32fd569d6
Author: Ihar Hrachyshka <email address hidden>
Date: Tue Apr 29 12:03:30 2014 +0200

    On Python <= 2.6, use simplejson if available

    Until Python 2.7, stdlib json module was not boosted with a C extension,
    meaning bad performance. Try to use simplejson module if available.

    RHEL 6.5 is one of the platforms that still ship Python 2.6.

    The original idea of the patch belongs to Miguel Angel Ajo Pelayo @
    <email address hidden>

    Change-Id: Ib3dc0b713ed90396919feba018772243b3b9c90f
    Closes-Bug: 1314129
    (cherry picked from commit a6b2aecf3a75e4bdef493b645112a7944bced1e1)