Message108771
Hmm. It looks like another pickle vs. _pickle issue. Attached patch is a result of 2to3 applied to Tools/pybench (and a minor manual fix for pickle import) with _pickle import disabled.
With the patch applied,
$ ./python Tools/pybench/pybench.py --debug -s 27.bench
runs fine and produces results identical to those for a similar run from the trunk.
Looks like it is time to fire up gdb. |
|
Date |
User |
Action |
Args |
2010-06-27 01:48:03 | belopolsky | set | recipients:
+ belopolsky, pitrou, alexandre.vassalotti |
2010-06-27 01:48:03 | belopolsky | set | messageid: <1277603283.31.0.260285745518.issue5180@psf.upfronthosting.co.za> |
2010-06-27 01:48:02 | belopolsky | link | issue5180 messages |
2010-06-27 01:48:01 | belopolsky | create | |
|