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 rhettinger
Recipients docs@python, dstufft, eric.araujo, mhmdkanj, rhettinger, vstinner
Date 2020-12-21.21:43:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608586982.3.0.839620065897.issue42705@roundup.psfhosted.org>
In-reply-to
Content
The sys.setprofile() doc don't make it clear whether the __enter__ and __exit__ call were intended to be traceable events.  The docs do state, "there is no way for the profiler to know about context switches between threads, so it does not make sense to use this in the presence of multiple threads."
History
Date User Action Args
2020-12-21 21:43:02rhettingersetrecipients: + rhettinger, vstinner, eric.araujo, docs@python, dstufft, mhmdkanj
2020-12-21 21:43:02rhettingersetmessageid: <1608586982.3.0.839620065897.issue42705@roundup.psfhosted.org>
2020-12-21 21:43:02rhettingerlinkissue42705 messages
2020-12-21 21:43:02rhettingercreate