]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44348: Move trace-info to thread-state (GH-26623)
authorMark Shannon <mark@hotpy.org>
Thu, 10 Jun 2021 07:46:59 +0000 (08:46 +0100)
committerGitHub <noreply@github.com>
Thu, 10 Jun 2021 07:46:59 +0000 (08:46 +0100)
commit54cb63863f19a7c64d9a3a5fd97bdfc0dd7ab374
treedc0e977d4f8e5d8f43e2e231eff206cd7bee9f3a
parente117c0283705943189e6b1aef668a1f68f3f00a4
bpo-44348: Move trace-info to thread-state (GH-26623)

* Move trace-info to thread state.

* Correct output for pdb when turning on tracing in middle of line
Include/cpython/pystate.h
Lib/test/test_pdb.py
Python/ceval.c
Python/pystate.c