diff options
author | Guido van Rossum <guido@python.org> | 2023-11-17 16:44:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-17 16:44:51 (GMT) |
commit | 25538c72d14a9fe249d1ff279eefa0ef3ab7bee2 (patch) | |
tree | 55a47fe80fd380be36074296078ec40575320041 /.github | |
parent | 2dbb2e035b968811ddc00317ccf0cadafacffe1c (diff) | |
download | cpython-25538c72d14a9fe249d1ff279eefa0ef3ab7bee2.zip cpython-25538c72d14a9fe249d1ff279eefa0ef3ab7bee2.tar.gz cpython-25538c72d14a9fe249d1ff279eefa0ef3ab7bee2.tar.bz2 |
Tweak my interests (and Mark Shannon's :-) in CODEOWNERS (#112206)
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6412917..f55cb03 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -28,14 +28,17 @@ Objects/type* @markshannon Objects/codeobject.c @markshannon Objects/frameobject.c @markshannon Objects/call.c @markshannon -Python/ceval.c @markshannon +Python/ceval*.[ch] @markshannon @gvanrossum Python/compile.c @markshannon @iritkatriel Python/assemble.c @markshannon @iritkatriel Python/flowgraph.c @markshannon @iritkatriel Python/ast_opt.c @isidentical +Python/bytecodes.c @markshannon @gvanrossum +Python/optimizer*.c @markshannon @gvanrossum Lib/test/test_patma.py @brandtbucher Lib/test/test_peepholer.py @brandtbucher Lib/test/test_type_*.py @JelleZijlstra +Lib/test/test_capi/test_misc.py @markshannon @gvanrossum # Exceptions Lib/traceback.py @iritkatriel @@ -102,6 +105,9 @@ Include/internal/pycore_time.h @pganssle @abalkin /Lib/tokenize.py @pablogsal @lysnikolaou /Lib/test/test_tokenize.py @pablogsal @lysnikolaou +# Code generator +/Tools/cases_generator/ @gvanrossum + # AST Python/ast.c @isidentical Parser/asdl.py @isidentical @@ -151,7 +157,7 @@ Doc/c-api/stable.rst @encukou **/*idlelib* @terryjreedy -**/*typing* @gvanrossum @JelleZijlstra @AlexWaygood +**/*typing* @JelleZijlstra @AlexWaygood **/*ftplib @giampaolo **/*shutil @giampaolo |