import pickle should be import cPickle

Bug #953423 reported by Alex Meade
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
Fix Released
Undecided
Alex Meade

Bug Description

cPickle is a faster implementation than pickle. We should just be using cPickle everywhere we are using pickle. See http://docs.python.org/library/pickle.html#module-cPickle

Alex Meade (alex-meade)
Changed in nova:
assignee: nobody → Alex Meade (alex-meade)
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to nova (master)

Fix proposed to branch: master
Review: https://review.openstack.org/5253

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

Reviewed: https://review.openstack.org/5253
Committed: http://github.com/openstack/nova/commit/00592cfa0b90c66682be2bc31428277c35a35c48
Submitter: Jenkins
Branch: master

commit 00592cfa0b90c66682be2bc31428277c35a35c48
Author: Alex Meade <email address hidden>
Date: Mon Mar 12 21:49:11 2012 +0000

    Use cPickle and not just pickle.

    Fixes bug 953423

    cPickle is up to 1000 times faster than pickle. We should use it instead.

    Change-Id: I1facbdcf60d88c9fba56687abf75524498d2502e

Changed in nova:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in nova:
milestone: none → essex-rc1
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in nova:
milestone: essex-rc1 → 2012.1
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.