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

This commit is contained in:
Brandt Bucher 2022-02-18 10:57:02 -08:00 committed by GitHub
parent 80a9ba537f
commit 91cc5fd14c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
.github/CODEOWNERS vendored
View file

@ -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