Skip to content

[3.8] bpo-37937: Mention frame.f_trace in sys.settrace docs (GH-15439)#16296

Merged
miss-islington merged 1 commit into
python:3.8from
miss-islington:backport-9c2682e-3.8
Sep 20, 2019
Merged

[3.8] bpo-37937: Mention frame.f_trace in sys.settrace docs (GH-15439)#16296
miss-islington merged 1 commit into
python:3.8from
miss-islington:backport-9c2682e-3.8

Conversation

@miss-islington

@miss-islington miss-islington commented Sep 20, 2019

Copy link
Copy Markdown
Contributor

Mention frame.f_trace in sys.settrace docs, as well as the fact you still
need to call sys.settrace to enable the tracing machinery before setting
frame.f_trace will have any effect.
(cherry picked from commit 9c2682e)

Co-authored-by: Ram Rachum ram@rachum.com

https://bugs.python.org/issue37937

Mention frame.f_trace in sys.settrace docs, as well as the fact you still
need to call `sys.settrace` to enable the tracing machinery before setting
`frame.f_trace` will have any effect.
(cherry picked from commit 9c2682e)

Co-authored-by: Ram Rachum <ram@rachum.com>
@miss-islington

Copy link
Copy Markdown
Contributor Author

@cool-RR and @ncoghlan: Status check is done, and it's a success ✅ .

@miss-islington
miss-islington merged commit c410390 into python:3.8 Sep 20, 2019
@miss-islington
miss-islington deleted the backport-9c2682e-3.8 branch September 20, 2019 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants