]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-120722: Set position on RETURN_VALUE in lambda (GH-120724) (#120738)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 19 Jun 2024 13:22:21 +0000 (15:22 +0200)
committerGitHub <noreply@github.com>
Wed, 19 Jun 2024 13:22:21 +0000 (13:22 +0000)
commit4ce1246a9958d2d1452f83be961e369f7d050714
treeec9fbbbf9dbc65cb1473c279f644670d32a4695c
parentc598e61a223edcd9a7eecf823f667e2e810aba53
[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>
Lib/test/test_compile.py
Misc/NEWS.d/next/Core and Builtins/2024-06-18-22-41-05.gh-issue-120722.rS7tkE.rst [new file with mode: 0644]
Python/compile.c