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 stefanhoelzl
Recipients docs@python, stefanhoelzl
Date 2019-05-15.18:11:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557943883.68.0.641257607459.issue36928@roundup.psfhosted.org>
In-reply-to
Content
The documentation of sys.settrace suggest to call it from every created thread
to enable tracing within threads.

I would suggest to add a link to threading.settrace which automatically sets a trace function for every by threading module created thread.

link to docs:
https://docs.python.org/3.5/library/sys.html#sys.settrace
https://docs.python.org/3.5/library/threading.html#threading.settrace
History
Date User Action Args
2019-05-15 18:11:23stefanhoelzlsetrecipients: + stefanhoelzl, docs@python
2019-05-15 18:11:23stefanhoelzlsetmessageid: <1557943883.68.0.641257607459.issue36928@roundup.psfhosted.org>
2019-05-15 18:11:23stefanhoelzllinkissue36928 messages
2019-05-15 18:11:23stefanhoelzlcreate