diff options
author | Irit Katriel <1055913+iritkatriel@users.noreply.github.com> | 2023-04-27 19:35:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-27 19:35:53 (GMT) |
commit | 72adaba6dd2aa1a9aeb9a992db7d854c89202e27 (patch) | |
tree | 467abff8990c56451c5db3c797e2c6c98d0ea3b0 | |
parent | 8def5ef0160979c05a20f35b143d2314e639982b (diff) | |
download | cpython-72adaba6dd2aa1a9aeb9a992db7d854c89202e27.zip cpython-72adaba6dd2aa1a9aeb9a992db7d854c89202e27.tar.gz cpython-72adaba6dd2aa1a9aeb9a992db7d854c89202e27.tar.bz2 |
gh-87092: update CODEOWNERS for split of compile.c to 3 files (#103941)
-rw-r--r-- | .github/CODEOWNERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9eeba9d..3422ef8 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -25,6 +25,8 @@ Objects/frameobject.c @markshannon Objects/call.c @markshannon Python/ceval.c @markshannon Python/compile.c @markshannon @iritkatriel +Python/assemble.c @markshannon @iritkatriel +Python/flowgraph.c @markshannon @iritkatriel Python/ast_opt.c @isidentical Lib/test/test_patma.py @brandtbucher Lib/test/test_peepholer.py @brandtbucher |