From: Brandt Bucher Date: Fri, 18 Feb 2022 18:57:02 +0000 (-0800) Subject: "Own" pattern matching and peepholing (GH-31412) X-Git-Tag: v3.11.0a6~164 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91cc5fd14cb8fc0f9d4e18d7f8997e6e3027a516;p=thirdparty%2FPython%2Fcpython.git "Own" pattern matching and peepholing (GH-31412) --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a884713ec500..d2097d32557e 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