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 serhiy.storchaka
Recipients cool-RR, docs@python, serhiy.storchaka
Date 2019-09-07.07:39:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1567841962.19.0.174314664422.issue37937@roundup.psfhosted.org>
In-reply-to
Content
AFAIK setting frame.f_trace *instead* of calling sys.settrace() does not work. You need to call sys.settrace() to enable tracing.
History
Date User Action Args
2019-09-07 07:39:22serhiy.storchakasetrecipients: + serhiy.storchaka, cool-RR, docs@python
2019-09-07 07:39:22serhiy.storchakasetmessageid: <1567841962.19.0.174314664422.issue37937@roundup.psfhosted.org>
2019-09-07 07:39:22serhiy.storchakalinkissue37937 messages
2019-09-07 07:39:22serhiy.storchakacreate