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 stromnov
Recipients stromnov
Date 2007-10-12.07:14:21
SpamBayes Score 0.015856462
Marked as misclassified No
Message-id <1192173262.83.0.27550877069.issue1269@psf.upfronthosting.co.za>
In-reply-to
Content
Python 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 bit
(Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import pstats
>>> ps = pstats.Stats("profile.log")
>>> ps.add("profile.log")
<pstats.Stats instance at 0x01358BC0>
>>> ps.print_callers()
   Random listing order was used

{method 'append' of 'list' objects}                                    
           <-
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Python25\lib\pstats.py", line 388, in print_callers
    self.print_call_line(width, func, callers, "<-")
  File "C:\Python25\lib\pstats.py", line 417, in print_call_line
    nc, cc, tt, ct = value
ValueError: too many values to unpack
Files
File name Uploaded
profile.log stromnov, 2007-10-12.07:14:21
History
Date User Action Args
2007-10-12 07:14:23stromnovsetspambayes_score: 0.0158565 -> 0.015856462
recipients: + stromnov
2007-10-12 07:14:22stromnovsetspambayes_score: 0.0158565 -> 0.0158565
messageid: <1192173262.83.0.27550877069.issue1269@psf.upfronthosting.co.za>
2007-10-12 07:14:22stromnovlinkissue1269 messages
2007-10-12 07:14:21stromnovcreate