]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-109351: Fix crash when compiling AST with invalid NamedExpr (GH-109352...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 13 Sep 2023 16:32:08 +0000 (09:32 -0700)
committerGitHub <noreply@github.com>
Wed, 13 Sep 2023 16:32:08 +0000 (16:32 +0000)
commitf1f85a42eafd31720cf905c5407ca3e043946698
treea33733ab05a9cf8d5605db2c09409eb3704b4c44
parent66c0d0ac8c55be9c973be1189b0e9ffcfdfb35a4
[3.11] gh-109351: Fix crash when compiling AST with invalid NamedExpr (GH-109352) (#109380)

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