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 pitrou
Recipients alexandre.vassalotti, pitrou
Date 2009-02-07.22:28:52
SpamBayes Score 0.00016796101
Marked as misclassified No
Message-id <1234045735.61.0.752787259691.issue5180@psf.upfronthosting.co.za>
In-reply-to
Content
The pickle was generated by pybench. You can try to display it by running:

./python Tools/pybench/pybench.py --debug -s 27.bench

It fails with the following traceback:

Traceback (most recent call last):
  File "Tools/pybench/pybench.py", line 954, in <module>
    PyBenchCmdline()
  File "/home/antoine/py3k/__svn__/Tools/pybench/CommandLine.py", line
349, in __init__
    rc = self.main()
  File "Tools/pybench/pybench.py", line 888, in main
    bench = pickle.load(f)
  File "/home/antoine/py3k/__svn__/Lib/pickle.py", line 1335, in load
    return Unpickler(file, encoding=encoding, errors=errors).load()
_pickle.UnpicklingError: bad pickle data
History
Date User Action Args
2009-02-07 22:28:55pitrousetrecipients: + pitrou, alexandre.vassalotti
2009-02-07 22:28:55pitrousetmessageid: <1234045735.61.0.752787259691.issue5180@psf.upfronthosting.co.za>
2009-02-07 22:28:53pitroulinkissue5180 messages
2009-02-07 22:28:52pitroucreate