]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109351: Fix crash when compiling AST with invalid NamedExpr (#109352)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Wed, 13 Sep 2023 16:00:15 +0000 (09:00 -0700)
committerGitHub <noreply@github.com>
Wed, 13 Sep 2023 16:00:15 +0000 (09:00 -0700)
commit79101edb03b7381b514126c68acabfcbbba2f842
treed32d6fa1b4d763accf7a033ecb065a0f8cc05d04
parentd69805b38a1815e7aaadf49bdd019c7cca105ac6
gh-109351: Fix crash when compiling AST with invalid NamedExpr (#109352)
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