]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-93691: fix too broad source locations of for statement iterators (GH-120330...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Thu, 13 Jun 2024 10:38:36 +0000 (11:38 +0100)
committerGitHub <noreply@github.com>
Thu, 13 Jun 2024 10:38:36 +0000 (11:38 +0100)
commit5a6cc3c67fb6b63857675dec5faabd0d43f1699d
treefe0f23eef0f101860471a0b67d49e559b8105a95
parent89523230d8705dfd5788af4f96acb11a11561cc8
[3.12] gh-93691: fix too broad source locations of for statement iterators (GH-120330 (#120405)

[3.12] gh-93691: fix too broad source locations of for statement iterators (GH-120330).
(cherry picked from commit 97b69db167be28a33688db436551a6c3c3ea4662)
Lib/test/test_compiler_codegen.py
Lib/test/test_iter.py
Lib/test/test_sys_settrace.py
Misc/NEWS.d/next/Core and Builtins/2024-06-10-22-30-26.gh-issue-93691.68WOTS.rst [new file with mode: 0644]
Programs/test_frozenmain.h
Python/compile.c