Skip to content

bpo-36928: link threading.settrace to sys.settrace#13345

Merged
matrixise merged 1 commit into
python:masterfrom
stefanhoelzl:doc-sys-settrace
May 17, 2019
Merged

bpo-36928: link threading.settrace to sys.settrace#13345
matrixise merged 1 commit into
python:masterfrom
stefanhoelzl:doc-sys-settrace

Conversation

@stefanhoelzl

@stefanhoelzl stefanhoelzl commented May 15, 2019

Copy link
Copy Markdown
Contributor

link threading.settrace to sys.settrace

linking the documentation of threading.settrace to sys.settrace.

sys.settrace mentions multi-threading but there is not link to threading.settrace which also can be used to set a trace function for threads.

https://bugs.python.org/issue36928

@bedevere-bot bedevere-bot added docs Documentation in the Doc dir awaiting review labels May 15, 2019
@stefanhoelzl stefanhoelzl changed the title link threading.settrace to sys.settrace bp0-36928: link threading.settrace to sys.settrace May 15, 2019
@stefanhoelzl stefanhoelzl changed the title bp0-36928: link threading.settrace to sys.settrace bpo-36928: link threading.settrace to sys.settrace May 15, 2019
@matrixise

Copy link
Copy Markdown
Member

@stefanhoelzl you don't need to push force if you add new commits, there is no problem with that.

@matrixise matrixise left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution

@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @stefanhoelzl for the PR, and @matrixise for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7.
🐍🍒⛏🤖

@bedevere-bot

Copy link
Copy Markdown

GH-13380 is a backport of this pull request to the 3.7 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request May 17, 2019
(cherry picked from commit 245f528)

Co-authored-by: Stefan Hoelzl <stefan.hoelzl@posteo.de>
miss-islington added a commit that referenced this pull request May 17, 2019
(cherry picked from commit 245f528)

Co-authored-by: Stefan Hoelzl <stefan.hoelzl@posteo.de>
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 skip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants