diff options
author | Guido van Rossum <guido@python.org> | 2024-06-05 18:04:48 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-05 18:04:48 (GMT) |
commit | 8ac085579acbd74d251985b77e13efe30d3d59cc (patch) | |
tree | bd662d4beb0fa77024ecf9b20f4a18a82b6b4587 /.github/CODEOWNERS | |
parent | f561258efd944a1d6a0857ef1a0f171da989ed58 (diff) | |
download | cpython-8ac085579acbd74d251985b77e13efe30d3d59cc.zip cpython-8ac085579acbd74d251985b77e13efe30d3d59cc.tar.gz cpython-8ac085579acbd74d251985b77e13efe30d3d59cc.tar.bz2 |
[3.13] Withdraw most of my ownership in favor of Mark (#120126)
Backport of #119611.
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r-- | .github/CODEOWNERS | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 1f5f7e5..45a5f3c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -29,19 +29,19 @@ Objects/type* @markshannon Objects/codeobject.c @markshannon Objects/frameobject.c @markshannon Objects/call.c @markshannon -Python/ceval*.c @markshannon @gvanrossum -Python/ceval*.h @markshannon @gvanrossum +Python/ceval*.c @markshannon +Python/ceval*.h @markshannon 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 +Python/bytecodes.c @markshannon +Python/optimizer*.c @markshannon Python/optimizer_analysis.c @Fidget-Spinner Python/optimizer_bytecodes.c @Fidget-Spinner Lib/test/test_patma.py @brandtbucher Lib/test/test_type_*.py @JelleZijlstra -Lib/test/test_capi/test_misc.py @markshannon @gvanrossum +Lib/test/test_capi/test_misc.py @markshannon Tools/c-analyzer/ @ericsnowcurrently # dbm @@ -150,7 +150,7 @@ Include/internal/pycore_time.h @pganssle @abalkin /Lib/test/test_tokenize.py @pablogsal @lysnikolaou # Code generator -/Tools/cases_generator/ @gvanrossum +/Tools/cases_generator/ @markshannon # AST Python/ast.c @isidentical |