]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
"Own" pattern matching and peepholing (GH-31412)
authorBrandt Bucher <brandtbucher@gmail.com>
Fri, 18 Feb 2022 18:57:02 +0000 (10:57 -0800)
committerGitHub <noreply@github.com>
Fri, 18 Feb 2022 18:57:02 +0000 (19:57 +0100)
.github/CODEOWNERS

index a884713ec500f7def1f0ab1b63d8b8c681cbfe51..d2097d32557e18336f6087f52696cd54a1653f99 100644 (file)
@@ -20,6 +20,8 @@ Objects/call.c                @markshannon
 Python/ceval.c                @markshannon
 Python/compile.c              @markshannon
 Python/ast_opt.c              @isidentical
+Lib/test/test_patma.py        @brandtbucher
+Lib/test/test_peepholer.py    @brandtbucher
 
 # Exceptions
 Lib/traceback.py              @iritkatriel