]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-93691: fix too broad source locations of for statement iterators (GH-120330...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 12 Jun 2024 12:18:43 +0000 (14:18 +0200)
committerGitHub <noreply@github.com>
Wed, 12 Jun 2024 12:18:43 +0000 (12:18 +0000)
commit39825a7533ccf1aa0343d14fe88015db4ee6ef93
tree8b9b1bddf36deba3a91fa81e2a9784517603fa15
parent10821ccf0671a5d660ab5df7b5d4bfa0e9c8d112
[3.13] gh-93691: fix too broad source locations of for statement iterators (GH-120330) (#120399)

gh-93691: fix too broad source locations of for statement iterators (GH-120330)
(cherry picked from commit 97b69db167be28a33688db436551a6c3c3ea4662)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
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