]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-87092: update CODEOWNERS for split of compile.c to 3 files (#103941)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Thu, 27 Apr 2023 19:35:53 +0000 (20:35 +0100)
committerGitHub <noreply@github.com>
Thu, 27 Apr 2023 19:35:53 +0000 (19:35 +0000)
.github/CODEOWNERS

index 9eeba9ddac37ccfdc3ad3822eb91cd226dfe2041..3422ef835279bcf98521a61ab7330640dc5a3a03 100644 (file)
@@ -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