]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Change CODEOWNERS entries for iritkatriel (GH-96008)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 16 Aug 2022 08:38:32 +0000 (09:38 +0100)
committerGitHub <noreply@github.com>
Tue, 16 Aug 2022 08:38:32 +0000 (09:38 +0100)
.github/CODEOWNERS

index df79aa6503e0cf43e438f77270731eeeb84c96bd..cacd925cf4e37882a7884bf998462ece45da67f6 100644 (file)
@@ -18,7 +18,7 @@ Objects/codeobject.c          @markshannon
 Objects/frameobject.c         @markshannon
 Objects/call.c                @markshannon
 Python/ceval.c                @markshannon
-Python/compile.c              @markshannon
+Python/compile.c              @markshannon @iritkatriel
 Python/ast_opt.c              @isidentical
 Lib/test/test_patma.py        @brandtbucher
 Lib/test/test_peepholer.py    @brandtbucher
@@ -29,7 +29,6 @@ Lib/test/test_except*.py      @iritkatriel
 Lib/test/test_traceback.py    @iritkatriel
 Objects/exceptions.c          @iritkatriel
 Python/traceback.c            @iritkatriel
-Python/pythonrun.c            @iritkatriel
 
 # Hashing
 **/*hashlib*                  @tiran