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 xiang.zhang
Recipients docs@python, xiang.zhang
Date 2018-01-11.06:25:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1515651956.68.0.467229070634.issue32532@psf.upfronthosting.co.za>
In-reply-to
Content
I propose to mention the behaviour that "if exception raised in tracefunc or profilefunc, the handler will be unset" in the documentation of sys.settrace and sys.setprofile. I encounter this behaviour and surprised by it since I can't get the info from the doc. Only by digging into the source code, I can find out why the profile messages suddenly disappear.
History
Date User Action Args
2018-01-11 06:25:56xiang.zhangsetrecipients: + xiang.zhang, docs@python
2018-01-11 06:25:56xiang.zhangsetmessageid: <1515651956.68.0.467229070634.issue32532@psf.upfronthosting.co.za>
2018-01-11 06:25:56xiang.zhanglinkissue32532 messages
2018-01-11 06:25:56xiang.zhangcreate