From: Brandt Bucher Date: Tue, 30 Jan 2024 00:29:54 +0000 (-0800) Subject: GH-113464: Make Brandt a codeowner for JIT stuff (GH-114739) X-Git-Tag: v3.13.0a4~263 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=742ba6081c92744ba30f16a0bb17ef9d9e809611;p=thirdparty%2FPython%2Fcpython.git GH-113464: Make Brandt a codeowner for JIT stuff (GH-114739) --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ae915423ece9..f4d0411504a8 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -21,6 +21,7 @@ configure* @erlend-aasland @corona10 **/*context* @1st1 **/*genobject* @markshannon **/*hamt* @1st1 +**/*jit* @brandtbucher Objects/set* @rhettinger Objects/dict* @methane @markshannon Objects/typevarobject.c @JelleZijlstra @@ -37,7 +38,6 @@ 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 Tools/c-analyzer/ @ericsnowcurrently