From: Irit Katriel <1055913+iritkatriel@users.noreply.github.com> Date: Thu, 27 Apr 2023 19:35:53 +0000 (+0100) Subject: gh-87092: update CODEOWNERS for split of compile.c to 3 files (#103941) X-Git-Tag: v3.12.0b1~385 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=72adaba6dd2aa1a9aeb9a992db7d854c89202e27;p=thirdparty%2FPython%2Fcpython.git gh-87092: update CODEOWNERS for split of compile.c to 3 files (#103941) --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9eeba9ddac37..3422ef835279 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