summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>2023-09-27 12:24:33 (GMT)
committerGitHub <noreply@github.com>2023-09-27 12:24:33 (GMT)
commitea285ad8b69c6ed91fe79edb3b0ea4d9cd6e6011 (patch)
tree6fcfc83e52e2ce3642ce94dae7dbba739dad78c4 /Misc
parentb89ed9df39851348fbb1552294644f99f6b17d2c (diff)
downloadcpython-ea285ad8b69c6ed91fe79edb3b0ea4d9cd6e6011.zip
cpython-ea285ad8b69c6ed91fe79edb3b0ea4d9cd6e6011.tar.gz
cpython-ea285ad8b69c6ed91fe79edb3b0ea4d9cd6e6011.tar.bz2
gh-109923: set line number on the POP_TOP that follows a RETURN_GENERATOR (#109924)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2023-09-26-21-26-54.gh-issue-109923.WO3CHi.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2023-09-26-21-26-54.gh-issue-109923.WO3CHi.rst b/Misc/NEWS.d/next/Core and Builtins/2023-09-26-21-26-54.gh-issue-109923.WO3CHi.rst
new file mode 100644
index 0000000..f218459
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2023-09-26-21-26-54.gh-issue-109923.WO3CHi.rst
@@ -0,0 +1 @@
+Set line number on the ``POP_TOP`` that follows a ``RETURN_GENERATOR``.