diff options
author | Brandt Bucher <brandtbucher@gmail.com> | 2022-02-18 18:57:02 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-18 18:57:02 (GMT) |
commit | 91cc5fd14cb8fc0f9d4e18d7f8997e6e3027a516 (patch) | |
tree | a8a814cdc2bc81f2661eeb4a1ed99b46ce40a7d3 /.github | |
parent | 80a9ba537f1f1666a9e6c5eceef4683f86967a1f (diff) | |
download | cpython-91cc5fd14cb8fc0f9d4e18d7f8997e6e3027a516.zip cpython-91cc5fd14cb8fc0f9d4e18d7f8997e6e3027a516.tar.gz cpython-91cc5fd14cb8fc0f9d4e18d7f8997e6e3027a516.tar.bz2 |
"Own" pattern matching and peepholing (GH-31412)
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 2 |
1 files changed, 2 insertions, 0 deletions
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 |