Skip to content

Add PyThreadState_DisableTracing() - #12

Closed
vstinner wants to merge 2 commits into
mainfrom
tracing
Closed

Add PyThreadState_DisableTracing()#12
vstinner wants to merge 2 commits into
mainfrom
tracing

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
MemberAuthor

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

@vstinner
vstinner deleted the tracing branch October 13, 2021 19:43
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@vstinner