]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-107901: Fix missing line number on BACKWARD_JUMP at the end of a for loop...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 22 Aug 2023 14:15:34 +0000 (07:15 -0700)
committerGitHub <noreply@github.com>
Tue, 22 Aug 2023 14:15:34 +0000 (16:15 +0200)
commit4ee945479243125ea5c50be526e754df4ab9c749
tree25788d9d580d7918de59f05ca760274527f75afd
parent149d70c2546d9615e6292135430795c3cf2b50fe
[3.12] gh-107901: Fix missing line number on BACKWARD_JUMP at the end of a for loop (GH-108242) (#108275)

gh-107901: Fix missing line number on BACKWARD_JUMP at the end of a for loop (GH-108242)
(cherry picked from commit a1cc74c4eebc55795877eb3be019a1bec34402f8)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Lib/test/test_compile.py
Misc/NEWS.d/next/Core and Builtins/2023-08-21-21-13-30.gh-issue-107901.hszvdk.rst [new file with mode: 0644]
Python/flowgraph.c