]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-101928: fix crash in compiler on multi-line lambda in function call (#101933)
authorpenguin_wwy <940375606@qq.com>
Thu, 16 Feb 2023 11:31:41 +0000 (19:31 +0800)
committerGitHub <noreply@github.com>
Thu, 16 Feb 2023 11:31:41 +0000 (11:31 +0000)
commitdf7ccf6138b1a2ce0b82ff06aa3497ca4d38c90d
treea63d96a288cb93b5281a6434f4b4b25b2c4ec926
parent0b13575e74ff3321364a3389eda6b4e92792afe1
gh-101928: fix crash in compiler on multi-line lambda in function call (#101933)
Lib/test/test_compile.py
Python/compile.c