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.

classification
Title: Add py3k support for "slow" pickle benchmark in Benchmark Suite
Type: enhancement Stage: resolved
Components: Benchmarks Versions: Python 3.2
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: collinwinter Nosy List: bobbyi, collinwinter, pitrou
Priority: normal Keywords: patch

Created on 2010-11-13 23:55 by bobbyi, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
slowpickle.patch bobbyi, 2010-11-13 23:55 Patch to add py3k "slow" pickle support
Messages (2)
msg121167 - (view) Author: Bobby Impollonia (bobbyi) Date: 2010-11-13 23:55
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.
msg121369 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2010-11-17 17:57
Pushed in 2c5c6d3f399b, thanks.
History
Date User Action Args
2022-04-11 14:57:08adminsetgithub: 54621
2010-11-17 17:57:25pitrousetstatus: open -> closed
resolution: fixed
messages: + msg121369

stage: resolved
2010-11-13 23:55:36bobbyicreate