Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34k
bpo-43760: Rename _PyThreadState_DisableTracing()#29032
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
Uh oh!
There was an error while loading. Please reload this page.
Conversation
vstinner commented Oct 18, 2021 • edited by bedevere-bot
Loading Uh oh!
There was an error while loading. Please reload this page.
edited by bedevere-bot
Uh oh!
There was an error while loading. Please reload this page.
* Rename _PyThreadState_DisableTracing() to _PyThreadState_PauseTracing() * Rename _PyThreadState_ResetTracing() to _PyThreadState_ResumeTracing()
vstinner commented Oct 18, 2021
Guido is the one who proposed Pause/Resume naming: #28542 (review) Mark told me on Discord that he is fine with Pause/Resume ;-) |
bedevere-bot commented Oct 18, 2021
|
bedevere-bot commented Oct 18, 2021
|
to _PyThreadState_PauseTracing()
to _PyThreadState_ResumeTracing()
https://bugs.python.org/issue43760