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 bmwiedemann
Recipients bmwiedemann, christian.heimes
Date 2017-05-05.03:23:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493954623.26.0.714784938457.issue30276@psf.upfronthosting.co.za>
In-reply-to
Content
Steps to Reproduce:
echo import hashlib > test.py
time python -m cProfile -s tottime test.py 2>&1 | head

Actual Results:
shows 27ms spent in hashlib.py


The problem goes away when dropping everything after line 133
in hashlib.py

see also issue 21288
History
Date User Action Args
2017-05-05 03:23:43bmwiedemannsetrecipients: + bmwiedemann, christian.heimes
2017-05-05 03:23:43bmwiedemannsetmessageid: <1493954623.26.0.714784938457.issue30276@psf.upfronthosting.co.za>
2017-05-05 03:23:43bmwiedemannlinkissue30276 messages
2017-05-05 03:23:42bmwiedemanncreate