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 sruchet
Recipients sruchet
Date 2010-11-15.08:42:28
SpamBayes Score 0.00025298758
Marked as misclassified No
Message-id <1289810550.6.0.241071976053.issue10422@psf.upfronthosting.co.za>
In-reply-to
Content
When using pstats constructor with multiple files, the add_callers method fails. Actually, add_callers need to add values of tuples, but it uses the "+" operator, that appends tuples.

I submit the fix (pstats.py.fix file) and the old one (pstats.py.bug.2.5)
History
Date User Action Args
2010-11-15 08:42:30sruchetsetrecipients: + sruchet
2010-11-15 08:42:30sruchetsetmessageid: <1289810550.6.0.241071976053.issue10422@psf.upfronthosting.co.za>
2010-11-15 08:42:28sruchetlinkissue10422 messages
2010-11-15 08:42:28sruchetcreate