]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-107901: Fix missing line number on BACKWARD_JUMP at the end of a for loop (#108242)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Mon, 21 Aug 2023 22:44:31 +0000 (23:44 +0100)
committerGitHub <noreply@github.com>
Mon, 21 Aug 2023 22:44:31 +0000 (23:44 +0100)
commita1cc74c4eebc55795877eb3be019a1bec34402f8
tree228136513450c306038d58a6f80aa280ba10ec52
parente6db23f66d8741db0ffc526d8fd75373a5543e3e
gh-107901: Fix missing line number on BACKWARD_JUMP at the end of a for loop (#108242)
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