summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>2024-06-03 20:44:36 (GMT)
committerGitHub <noreply@github.com>2024-06-03 20:44:36 (GMT)
commitb8fde5db86334690da23343f5f4326adcd8160fb (patch)
treec0c2682d8002fda92e2d1534163fb32d6df0ea9c /.github
parent41c1cefbae71d687d1a935233b086473df65e15c (diff)
downloadcpython-b8fde5db86334690da23343f5f4326adcd8160fb.zip
cpython-b8fde5db86334690da23343f5f4326adcd8160fb.tar.gz
cpython-b8fde5db86334690da23343f5f4326adcd8160fb.tar.bz2
update CODEOWNERS (#120003)
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index e08d6cc..ca5c8aa 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -34,6 +34,7 @@ Python/ceval*.h @markshannon
Python/compile.c @markshannon @iritkatriel
Python/assemble.c @markshannon @iritkatriel
Python/flowgraph.c @markshannon @iritkatriel
+Python/instruction_sequence.c @iritkatriel
Python/ast_opt.c @isidentical
Python/bytecodes.c @markshannon
Python/optimizer*.c @markshannon
@@ -74,11 +75,8 @@ Programs/python.c @ericsnowcurrently
Tools/build/generate_global_objects.py @ericsnowcurrently
# Exceptions
-Lib/traceback.py @iritkatriel
Lib/test/test_except*.py @iritkatriel
-Lib/test/test_traceback.py @iritkatriel
Objects/exceptions.c @iritkatriel
-Python/traceback.c @iritkatriel
# Hashing
**/*hashlib* @gpshead @tiran