From: Brandt Bucher Date: Thu, 10 Jul 2025 22:08:48 +0000 (-0700) Subject: Omit `Python/perf_jit_trampoline.c` from the `**/*jit*` CODEOWNERS rule (#136519) X-Git-Tag: v3.15.0a1~1019 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=56c6f04b8862c20ff6eddc4400f170ad91e55f66;p=thirdparty%2FPython%2Fcpython.git Omit `Python/perf_jit_trampoline.c` from the `**/*jit*` CODEOWNERS rule (#136519) Omit perf_jit_trampoline from "JIT" codeowners --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 98efdb651463..02a7b5d45b46 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -27,6 +27,7 @@ Modules/Setup* @erlend-aasland **/*genobject* @markshannon **/*hamt* @1st1 **/*jit* @brandtbucher @savannahostrowski @diegorusso +Python/perf_jit_trampoline.c # Exclude the owners of "**/*jit*", above. Objects/set* @rhettinger Objects/dict* @methane @markshannon Objects/typevarobject.c @JelleZijlstra