diff options
author | Irit Katriel <1055913+iritkatriel@users.noreply.github.com> | 2024-09-15 19:21:22 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-15 19:21:22 (GMT) |
commit | 56470004e58911b146c016fc9fec4461b8f69454 (patch) | |
tree | cf409692c55f5deb03d620a27ed61481bd9e315f /.github | |
parent | 401fff7423ca3c8bf1d02e594edfd1412616a559 (diff) | |
download | cpython-56470004e58911b146c016fc9fec4461b8f69454.zip cpython-56470004e58911b146c016fc9fec4461b8f69454.tar.gz cpython-56470004e58911b146c016fc9fec4461b8f69454.tar.bz2 |
gh-121404: update CODEOWNERS (#124109)
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d18773c..6e93423 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -33,6 +33,7 @@ Objects/frameobject.c @markshannon Objects/call.c @markshannon Python/ceval*.c @markshannon Python/ceval*.h @markshannon +Python/codegen.c @markshannon @iritkatriel Python/compile.c @markshannon @iritkatriel Python/assemble.c @markshannon @iritkatriel Python/flowgraph.c @markshannon @iritkatriel |