]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93691: fix too broad source locations of for statement iterators (#120330)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Wed, 12 Jun 2024 11:53:19 +0000 (12:53 +0100)
committerGitHub <noreply@github.com>
Wed, 12 Jun 2024 11:53:19 +0000 (12:53 +0100)
commit97b69db167be28a33688db436551a6c3c3ea4662
treef330280cdb1e39fc5277ae014eb959034154d07d
parent755dab719dfc924dd8aef46f67512dabb8f25071
gh-93691: fix too broad source locations of for statement iterators (#120330)
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