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 ezio.melotti
Recipients alexandre.vassalotti, belopolsky, ezio.melotti, fdrake, georg.brandl, j1m, matthew.fremont, stromnov, therve
Date 2010-01-26.00:35:52
SpamBayes Score 0.0011600987
Marked as misclassified No
Message-id <1264466154.89.0.121708601728.issue7372@psf.upfronthosting.co.za>
In-reply-to
Content
See also #7372.

AFAIU add_callers can receive either a tuple or an int (and this is what is not working now). When I looked at #7372 I wasn't able to find out why it might receive two different objects and not always the same (i.e. always a tuple, possibly with only one int). From the first message it seems that cProfile returns the tuple of 4 ints and profile returns a single int.
Can profile be fixed to return a tuple (of 4 or 1 ints) too?
History
Date User Action Args
2010-01-26 00:35:55ezio.melottisetrecipients: + ezio.melotti, fdrake, georg.brandl, belopolsky, therve, alexandre.vassalotti, stromnov, matthew.fremont, j1m
2010-01-26 00:35:54ezio.melottisetmessageid: <1264466154.89.0.121708601728.issue7372@psf.upfronthosting.co.za>
2010-01-26 00:35:53ezio.melottilinkissue7372 messages
2010-01-26 00:35:52ezio.melotticreate