This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bobbyi
Recipients bobbyi, collinwinter, pitrou
Date 2010-11-13.23:55:35
SpamBayes Score 2.117454e-06
Marked as misclassified No
Message-id <1289692538.69.0.952593194282.issue10412@psf.upfronthosting.co.za>
In-reply-to
Content
A patch is attached that does the following:
1) Add py3k support for the "slow" (pure-Python) pickle/ unpickle benchmarks.
2) Add a runtime check to the pickle benchmark verifying that we do or don't have the C accelerators as expected.
3) Rename the cPickle versions to "fastpickle"/ "fastunpickle" and add a group called "pickle" that contains all of the pickling benchmarks.
4) Add the "pickle" benchmark group to the py3k and 2n3 groups.
History
Date User Action Args
2010-11-13 23:55:38bobbyisetrecipients: + bobbyi, collinwinter, pitrou
2010-11-13 23:55:38bobbyisetmessageid: <1289692538.69.0.952593194282.issue10412@psf.upfronthosting.co.za>
2010-11-13 23:55:36bobbyilinkissue10412 messages
2010-11-13 23:55:36bobbyicreate