[issue1303673] traceback on trying to load a hotshot stats file

2010-08-21 Thread Mark Lawrence
Mark Lawrence added the comment: Hotshot is unmaintained and has been removed from py3k. -- nosy: +BreamoreBoy status: open -> closed ___ Python tracker ___ __

[issue1303673] traceback on trying to load a hotshot stats file

2009-07-01 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: It was indeed fixed with 2.4.2, but this does not correct the invalid statistics generated with 2.4.1. Running hotshotmain.py with a newer version should generate a correct file. -- dependencies: -hotshot.stats.load fails with AssertionError nosy

[issue1303673] traceback on trying to load a hotshot stats file

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Extension Modules -Library (Lib) dependencies: +hotshot.stats.load fails with AssertionError stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.4 ___ Python tracker