From 91cc5fd14cb8fc0f9d4e18d7f8997e6e3027a516 Mon Sep 17 00:00:00 2001 From: Brandt Bucher Date: Fri, 18 Feb 2022 10:57:02 -0800 Subject: "Own" pattern matching and peepholing (GH-31412) --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a884713..d2097d3 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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 -- cgit v0.12