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
The text was updated successfully, but these errors were encountered: