]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] bpo-43897: Reject "_" captures and top-level MatchStar in the AST validator...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 29 Jul 2021 01:02:14 +0000 (18:02 -0700)
committerGitHub <noreply@github.com>
Thu, 29 Jul 2021 01:02:14 +0000 (18:02 -0700)
commit405f5c54914483607194a3ba6d4e50533d92bad1
tree5e729624453ffef239dc4c47c0e82c616213fa6b
parentbccb7b9509e875ef23ec3225d03214ca047e5b1a
[3.10] bpo-43897: Reject "_" captures and top-level MatchStar in the AST validator (GH-27432) (GH-27435)

(cherry picked from commit 8d0647485db5af2a0f0929d6509479ca45f1281b)

Co-authored-by: Brandt Bucher <brandt@python.org>
Automerge-Triggered-By: GH:brandtbucher
Lib/test/test_ast.py
Python/ast.c