mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
"Own" pattern matching and peepholing (GH-31412)
This commit is contained in:
parent
80a9ba537f
commit
91cc5fd14c
1 changed files with 2 additions and 0 deletions
2
.github/CODEOWNERS
vendored
2
.github/CODEOWNERS
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue