summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-06-12 12:18:43 (GMT)
committerGitHub <noreply@github.com>2024-06-12 12:18:43 (GMT)
commit39825a7533ccf1aa0343d14fe88015db4ee6ef93 (patch)
tree8b9b1bddf36deba3a91fa81e2a9784517603fa15 /Misc/NEWS.d
parent10821ccf0671a5d660ab5df7b5d4bfa0e9c8d112 (diff)
downloadcpython-39825a7533ccf1aa0343d14fe88015db4ee6ef93.zip
cpython-39825a7533ccf1aa0343d14fe88015db4ee6ef93.tar.gz
cpython-39825a7533ccf1aa0343d14fe88015db4ee6ef93.tar.bz2
[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>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2024-06-10-22-30-26.gh-issue-93691.68WOTS.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2024-06-10-22-30-26.gh-issue-93691.68WOTS.rst b/Misc/NEWS.d/next/Core and Builtins/2024-06-10-22-30-26.gh-issue-93691.68WOTS.rst
new file mode 100644
index 0000000..294f8d8
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2024-06-10-22-30-26.gh-issue-93691.68WOTS.rst
@@ -0,0 +1,2 @@
+Fix source locations of instructions generated for the iterator of a for
+statement.