]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-109351: Fix crash when compiling AST with invalid NamedExpr (GH-109352...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 2 Oct 2023 14:58:06 +0000 (07:58 -0700)
committerGitHub <noreply@github.com>
Mon, 2 Oct 2023 14:58:06 +0000 (16:58 +0200)
commit4b2ba3d0b8a1b2a722aeeefc01fd3162f46d95fc
tree5bd8b4c5438be1d684a2eb8e6fae94cab158fb4b
parent2fb39f73ed0b96c0097106226d44f27472be630c
[3.12] gh-109351: Fix crash when compiling AST with invalid NamedExpr (GH-109352) (#109379)

gh-109351: Fix crash when compiling AST with invalid NamedExpr (GH-109352)
(cherry picked from commit 79101edb03b7381b514126c68acabfcbbba2f842)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Lib/test/test_compile.py
Misc/NEWS.d/next/Core and Builtins/2023-09-12-16-00-42.gh-issue-109351.kznGeR.rst [new file with mode: 0644]
Python/ast.c