◐ Shell
clean mode source ↗

Add PyThreadState_DisableTracing() by vstinner · Pull Request #12 · python/pythoncapi-compat

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Closed

Add PyThreadState_DisableTracing()#12

vstinner

wants to merge 2 commits into

Conversation

@vstinner

Copy link Copy Markdown

Member

Add PyThreadState_IsTracing(), PyThreadState_DisableTracing() and
PyThreadState_ResetTracing() functions.

Add PyThreadState_IsTracing(), PyThreadState_DisableTracing() and
PyThreadState_ResetTracing() functions.

@vstinner vstinner marked this pull request as draft

September 24, 2021 12:29

@vstinner

Copy link Copy Markdown

Member Author

This PR needs to wait until python/cpython#28542 is merged in Python upstream.

@vstinner vstinner closed this

Oct 13, 2021

@vstinner vstinner deleted the tracing branch

October 13, 2021 19:43

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@vstinner