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 belopolsky
Recipients alexandre.vassalotti, belopolsky, pitrou
Date 2010-06-27.01:47:59
SpamBayes Score 1.1848399e-05
Marked as misclassified No
Message-id <1277603283.31.0.260285745518.issue5180@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-06-27 01:48:03belopolskysetrecipients: + belopolsky, pitrou, alexandre.vassalotti
2010-06-27 01:48:03belopolskysetmessageid: <1277603283.31.0.260285745518.issue5180@psf.upfronthosting.co.za>
2010-06-27 01:48:02belopolskylinkissue5180 messages
2010-06-27 01:48:01belopolskycreate