]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Update frame.f_lineno before any call to the (C) tracing function. (GH-24150)
authorMark Shannon <mark@hotpy.org>
Thu, 7 Jan 2021 16:49:02 +0000 (16:49 +0000)
committerGitHub <noreply@github.com>
Thu, 7 Jan 2021 16:49:02 +0000 (16:49 +0000)
commit8643345bdbd6bcf4b3b8b18abaf488f5fa361b7a
tree0ab0dbce14b9f75bfb25ad4a59cbd101e0c4245d
parent5c30145afb6053998e3518befff638d207047f00
Update frame.f_lineno before any call to the (C) tracing function.  (GH-24150)

* Minimizes breakage of C extensions and ensures PyFrame_GetLineNumber is efficient.
Python/ceval.c