]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45923: Decouple suspension of tracing from tracing flag. (GH-31908)
authorMark Shannon <mark@hotpy.org>
Tue, 15 Mar 2022 17:06:21 +0000 (17:06 +0000)
committerGitHub <noreply@github.com>
Tue, 15 Mar 2022 17:06:21 +0000 (17:06 +0000)
commit099f75614100e88ed90b68d20a51a8d9c22f81a7
treeb65ff46978b50db65b5420bcdc1330048d592804
parenta8c728b8b742fd8ca5a225f79d99014794b8fdf3
bpo-45923: Decouple suspension of tracing from tracing flag. (GH-31908)
Include/internal/pycore_pystate.h
Python/ceval.c
Python/pystate.c