]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-109341: Fix crash on compiling invalid AST including TypeAlias (GH-109349...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 14 Sep 2023 22:40:19 +0000 (15:40 -0700)
committerGitHub <noreply@github.com>
Thu, 14 Sep 2023 22:40:19 +0000 (00:40 +0200)
commit5c7e8c3b72992bb668cafa101b71d8d14e395830
tree94000aab7585e6f9d75772f76c57c331eb2e65a3
parent36d6ba08d0b143bfa52cbb642dc256d0b6fb040e
[3.12] gh-109341: Fix crash on compiling invalid AST including TypeAlias (GH-109349) (#109381)

gh-109341: Fix crash on compiling invalid AST including TypeAlias (GH-109349)
(cherry picked from commit 987b4bc0870e1e29a88275dc3fa39bf2c3dcc763)

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