-
-
Notifications
You must be signed in to change notification settings - Fork 31.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bpo-43760: Rename _PyThreadState_DisableTracing() #29032
Conversation
* Rename _PyThreadState_DisableTracing() to _PyThreadState_PauseTracing() * Rename _PyThreadState_ResetTracing() to _PyThreadState_ResumeTracing()
Guido is the one who proposed Pause/Resume naming: #28542 (review) Mark told me on Discord that he is fine with Pause/Resume ;-) |
|
|
to _PyThreadState_PauseTracing()
to _PyThreadState_ResumeTracing()
https://bugs.python.org/issue43760