mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
update CODEOWNERS (#120003)
This commit is contained in:
parent
41c1cefbae
commit
b8fde5db86
1 changed files with 1 additions and 3 deletions
4
.github/CODEOWNERS
vendored
4
.github/CODEOWNERS
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue