]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add myself to various CODEOWNERS (GH-115481)
authorKen Jin <kenjin@python.org>
Wed, 14 Feb 2024 19:48:11 +0000 (03:48 +0800)
committerGitHub <noreply@github.com>
Wed, 14 Feb 2024 19:48:11 +0000 (03:48 +0800)
.github/CODEOWNERS

index 7933d3195505767cf06437048c0678884b4caf36..5dbfbbb8ebaf7e94becc054731d3ca461fb70131 100644 (file)
@@ -37,6 +37,8 @@ Python/flowgraph.c            @markshannon @iritkatriel
 Python/ast_opt.c              @isidentical
 Python/bytecodes.c            @markshannon @gvanrossum
 Python/optimizer*.c           @markshannon @gvanrossum
+Python/optimizer_analysis.c   @Fidget-Spinner
+Python/tier2_redundancy_eliminator_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