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 methane
Recipients methane, xiang.zhang
Date 2017-02-28.13:48:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488289711.43.0.372627750942.issue29676@psf.upfronthosting.co.za>
In-reply-to
Content
thanks.
for summary, notable changes are:

(print_callers)
+{method 'append' of 'list' objects}               <-       4    0.000    0.000  profilee.py:73(helper1)
Stats.print_callees output for Profile doesn't fit expectation!

and

(print_callees)
-profilee.py:73(helper1)             ->       4    0.000    0.004  {built-in method builtins.hasattr}
-                                             4    0.000    0.000  {built-in method sys.exc_info}
+profilee.py:73(helper1)                           ->       4    0.000    0.004  {built-in method builtins.hasattr}
History
Date User Action Args
2017-02-28 13:48:31methanesetrecipients: + methane, xiang.zhang
2017-02-28 13:48:31methanesetmessageid: <1488289711.43.0.372627750942.issue29676@psf.upfronthosting.co.za>
2017-02-28 13:48:31methanelinkissue29676 messages
2017-02-28 13:48:31methanecreate