Comment 12 for bug 909568

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

Reviewed: https://review.openstack.org/3304
Committed: http://github.com/openstack/swift/commit/b23d2eb422eddaec0f2800a6b92f428c19f3a5f9
Submitter: Jenkins
Branch: master

commit b23d2eb422eddaec0f2800a6b92f428c19f3a5f9
Author: Thierry Carrez <email address hidden>
Date: Mon Jan 23 17:00:40 2012 +0100

    Drop eval-based json parser fallback

    Drop potentially-unsafe eval-based json parser that was
    used as a fallback in case simplejson and json were not
    available. Let's assume people run Python 2.6 or can
    install simplejson if they are not. Fixes bug 909568.

    Change-Id: I1b1860a77de5075fcea291a4f1b320a3e9e6261f