[issue10412] Add py3k support for "slow" pickle benchmark in Benchmark Suite

2010-11-17 Thread Antoine Pitrou
Antoine Pitrou added the comment: Pushed in 2c5c6d3f399b, thanks. -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue10412] Add py3k support for "slow" pickle benchmark in Benchmark Suite

2010-11-13 Thread Bobby Impollonia
New submission from Bobby Impollonia : 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 cPickl