[Python-checkins] gh-87092: update CODEOWNERS for split of compile.c to 3 files (#103941)

iritkatriel webhook-mailer at python.org
Thu Apr 27 15:36:00 EDT 2023


https://github.com/python/cpython/commit/72adaba6dd2aa1a9aeb9a992db7d854c89202e27
commit: 72adaba6dd2aa1a9aeb9a992db7d854c89202e27
branch: main
author: Irit Katriel <1055913+iritkatriel at users.noreply.github.com>
committer: iritkatriel <1055913+iritkatriel at users.noreply.github.com>
date: 2023-04-27T19:35:53Z
summary:

gh-87092: update CODEOWNERS for split of compile.c to 3 files (#103941)

files:
M .github/CODEOWNERS

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



More information about the Python-checkins mailing list