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 pitrou
Recipients georg.brandl, pitrou
Date 2014-06-24.20:23:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403641424.56.0.722092394489.issue21863@psf.upfronthosting.co.za>
In-reply-to
Content
Currently, cProfile output displays "built-in functions" (i.e. module functions implemented in C, such as hasattr()) using only their names. This is not very useful when those functions may be provided by any third-party library. Attached patch adds the module name (as provided by __module__) to the output.
History
Date User Action Args
2014-06-24 20:23:44pitrousetrecipients: + pitrou, georg.brandl
2014-06-24 20:23:44pitrousetmessageid: <1403641424.56.0.722092394489.issue21863@psf.upfronthosting.co.za>
2014-06-24 20:23:44pitroulinkissue21863 messages
2014-06-24 20:23:44pitroucreate