[Python-checkins] Change CODEOWNERS entries for iritkatriel (GH-96008)

iritkatriel webhook-mailer at python.org
Tue Aug 16 04:38:37 EDT 2022


https://github.com/python/cpython/commit/bfc2028df075317fc9cc311169fc67677a93a42d
commit: bfc2028df075317fc9cc311169fc67677a93a42d
branch: main
author: Irit Katriel <1055913+iritkatriel at users.noreply.github.com>
committer: iritkatriel <1055913+iritkatriel at users.noreply.github.com>
date: 2022-08-16T09:38:32+01:00
summary:

Change CODEOWNERS entries for iritkatriel (GH-96008)

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index df79aa6503e0..cacd925cf4e3 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -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



More information about the Python-checkins mailing list