Change CODEOWNERS entries for iritkatriel (GH-96008)

This commit is contained in:
Irit Katriel 2022-08-16 09:38:32 +01:00 committed by GitHub
parent b2afe482f2
commit bfc2028df0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

3
.github/CODEOWNERS vendored
View 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