New submission from Bobby Impollonia <bob...@gmail.com>: 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.
---------- assignee: collinwinter components: Benchmarks files: slowpickle.patch keywords: patch messages: 121167 nosy: bobbyi, collinwinter, pitrou priority: normal severity: normal status: open title: Add py3k support for "slow" pickle benchmark in Benchmark Suite type: feature request versions: Python 3.2 Added file: http://bugs.python.org/file19600/slowpickle.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue10412> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com