https://github.com/python/cpython/commit/56470004e58911b146c016fc9fec4461b8f69454 commit: 56470004e58911b146c016fc9fec4461b8f69454 branch: main author: Irit Katriel <[email protected]> committer: iritkatriel <[email protected]> date: 2024-09-15T19:21:22Z summary:
gh-121404: update CODEOWNERS (#124109) files: M .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d18773c9ea99b8..6e934232756c5d 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 _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
