summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-06-19 13:22:21 (GMT)
committerGitHub <noreply@github.com>2024-06-19 13:22:21 (GMT)
commit4ce1246a9958d2d1452f83be961e369f7d050714 (patch)
treeec9fbbbf9dbc65cb1473c279f644670d32a4695c /Misc/NEWS.d
parentc598e61a223edcd9a7eecf823f667e2e810aba53 (diff)
downloadcpython-4ce1246a9958d2d1452f83be961e369f7d050714.zip
cpython-4ce1246a9958d2d1452f83be961e369f7d050714.tar.gz
cpython-4ce1246a9958d2d1452f83be961e369f7d050714.tar.bz2
[3.13] gh-120722: Set position on RETURN_VALUE in lambda (GH-120724) (#120738)
(cherry picked from commit d8f27cb1141fd3575de816438ed80a916c0560ed) Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2024-06-18-22-41-05.gh-issue-120722.rS7tkE.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2024-06-18-22-41-05.gh-issue-120722.rS7tkE.rst b/Misc/NEWS.d/next/Core and Builtins/2024-06-18-22-41-05.gh-issue-120722.rS7tkE.rst
new file mode 100644
index 0000000..df83e69
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2024-06-18-22-41-05.gh-issue-120722.rS7tkE.rst
@@ -0,0 +1,2 @@
+Correctly set the bytecode position on return instructions within lambdas.
+Patch by Jelle Zijlstra.