diff options
author | Jelle Zijlstra <jelle.zijlstra@gmail.com> | 2024-06-19 12:56:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-19 12:56:36 (GMT) |
commit | d8f27cb1141fd3575de816438ed80a916c0560ed (patch) | |
tree | fe5d07063bc23540fc59003a76a65d2eff691c92 /Misc/NEWS.d | |
parent | a86e6255c371e14cab8680dee979a7393b339ce5 (diff) | |
download | cpython-d8f27cb1141fd3575de816438ed80a916c0560ed.zip cpython-d8f27cb1141fd3575de816438ed80a916c0560ed.tar.gz cpython-d8f27cb1141fd3575de816438ed80a916c0560ed.tar.bz2 |
gh-120722: Set position on RETURN_VALUE in lambda (#120724)
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.rst | 2 |
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. |