commit | 8643345bdbd6bcf4b3b8b18abaf488f5fa361b7a | [log] [tgz] |
---|---|---|
author | Mark Shannon <mark@hotpy.org> | Thu Jan 07 16:49:02 2021 +0000 |
committer | GitHub <noreply@github.com> | Thu Jan 07 16:49:02 2021 +0000 |
tree | 0ab0dbce14b9f75bfb25ad4a59cbd101e0c4245d | |
parent | 5c30145afb6053998e3518befff638d207047f00 [diff] |
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.