]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-121814: Only check f_trace_opcodes if Python frame exists (GH-121818) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 16 Jul 2024 17:13:28 +0000 (19:13 +0200)
committerGitHub <noreply@github.com>
Tue, 16 Jul 2024 17:13:28 +0000 (10:13 -0700)
commit54db42fe2ca6b6cbbed84499627064367869e6cb
tree9082c73579b5c453975685b8097b4b0fd75e0fa7
parentc11d789a4c8146367c920ce2253f33aeddf81fcf
[3.13] gh-121814: Only check f_trace_opcodes if Python frame exists (GH-121818) (#121861)

gh-121814: Only check f_trace_opcodes if Python frame exists (GH-121818)
(cherry picked from commit 2b1b68939b15b913080a3403e3ba18e2a1f520ef)

Co-authored-by: Tian Gao <gaogaotiantian@hotmail.com>
Co-authored-by: Matt Wozniski <godlygeek@gmail.com>
Misc/NEWS.d/next/Core and Builtins/2024-07-15-20-41-06.gh-issue-121814.oR2ixR.rst [new file with mode: 0644]
Python/legacy_tracing.c