Skip to content

Commit b8fde5d

Browse files
authored
update CODEOWNERS (#120003)
1 parent 41c1cef commit b8fde5d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/CODEOWNERS

+1-3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Python/ceval*.h @markshannon
3434
Python/compile.c @markshannon @iritkatriel
3535
Python/assemble.c @markshannon @iritkatriel
3636
Python/flowgraph.c @markshannon @iritkatriel
37+
Python/instruction_sequence.c @iritkatriel
3738
Python/ast_opt.c @isidentical
3839
Python/bytecodes.c @markshannon
3940
Python/optimizer*.c @markshannon
@@ -74,11 +75,8 @@ Programs/python.c @ericsnowcurrently
7475
Tools/build/generate_global_objects.py @ericsnowcurrently
7576

7677
# Exceptions
77-
Lib/traceback.py @iritkatriel
7878
Lib/test/test_except*.py @iritkatriel
79-
Lib/test/test_traceback.py @iritkatriel
8079
Objects/exceptions.c @iritkatriel
81-
Python/traceback.c @iritkatriel
8280

8381
# Hashing
8482
**/*hashlib* @gpshead @tiran

0 commit comments

Comments
 (0)