From 220f5c6b55df9a6549a44d9f153c3f94cf723f7b Mon Sep 17 00:00:00 2001 From: Irit Katriel Date: Sun, 15 Sep 2024 19:30:33 +0100 Subject: [PATCH] gh-121404: update CODEOWNERS --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) 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