From 43177a735766734574a865263d939f6ff28fd1b1 Mon Sep 17 00:00:00 2001 From: Irit Katriel Date: Thu, 27 Apr 2023 20:03:06 +0100 Subject: [PATCH] gh-87092: update CODEOWNERS for split of compile.c to 3 files --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9eeba9ddac37cc..3422ef835279bc 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