From: Irit Katriel <1055913+iritkatriel@users.noreply.github.com> Date: Sun, 15 Sep 2024 19:21:22 +0000 (+0100) Subject: gh-121404: update CODEOWNERS (#124109) X-Git-Tag: v3.14.0a1~470 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=56470004e58911b146c016fc9fec4461b8f69454;p=thirdparty%2FPython%2Fcpython.git gh-121404: update CODEOWNERS (#124109) --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d18773c9ea99..6e934232756c 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