]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43897: Reject "_" captures and top-level MatchStar in the AST validator (GH-27432)
authorBrandt Bucher <brandt@python.org>
Thu, 29 Jul 2021 00:24:18 +0000 (17:24 -0700)
committerGitHub <noreply@github.com>
Thu, 29 Jul 2021 00:24:18 +0000 (17:24 -0700)
commit8d0647485db5af2a0f0929d6509479ca45f1281b
treec83cd60fc4ece943de8a6fcad14f9b2ee0eea813
parent92b5dc780db968f6277f42cb06926dddb7475dc6
bpo-43897: Reject "_" captures and top-level MatchStar in the AST validator (GH-27432)
Lib/test/test_ast.py
Python/ast.c