[Python-checkins] "Own" pattern matching and peepholing (GH-31412)

ambv webhook-mailer at python.org
Fri Feb 18 13:57:11 EST 2022


https://github.com/python/cpython/commit/91cc5fd14cb8fc0f9d4e18d7f8997e6e3027a516
commit: 91cc5fd14cb8fc0f9d4e18d7f8997e6e3027a516
branch: main
author: Brandt Bucher <brandtbucher at gmail.com>
committer: ambv <lukasz at langa.pl>
date: 2022-02-18T19:57:02+01:00
summary:

"Own" pattern matching and peepholing (GH-31412)

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index a884713ec500f..d2097d32557e1 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



More information about the Python-checkins mailing list