]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43760: Rename _PyThreadState_DisableTracing() (GH-29032)
authorVictor Stinner <vstinner@python.org>
Mon, 18 Oct 2021 16:40:43 +0000 (18:40 +0200)
committerGitHub <noreply@github.com>
Mon, 18 Oct 2021 16:40:43 +0000 (18:40 +0200)
commit034f607906de6e375cc9a98cc3b09f6d56f8be10
tree3b8e4b75e0af14d6e14079ce9d5388783a40c012
parent70945d57e775b335eb58b734d82e68484063e835
bpo-43760: Rename _PyThreadState_DisableTracing() (GH-29032)

* Rename _PyThreadState_DisableTracing()
  to _PyThreadState_PauseTracing()
* Rename _PyThreadState_ResetTracing()
  to _PyThreadState_ResumeTracing()
Include/internal/pycore_pystate.h
Python/ceval.c
Python/pystate.c