Comment 3 for bug 1314129

Revision history for this message
Openstack Gerrit (openstack-gerrit) wrote : Fix merged to oslo-incubator (master)

Reviewed: https://review.openstack.org/90968
Committed: https://git.openstack.org/cgit/openstack/oslo-incubator/commit/?id=a6b2aecf3a75e4bdef493b645112a7944bced1e1
Submitter: Jenkins
Branch: master

commit a6b2aecf3a75e4bdef493b645112a7944bced1e1
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