From acc9a9e5aeef069129058f480b35c637f858adfd Mon Sep 17 00:00:00 2001 From: Brandt Bucher Date: Thu, 10 Jul 2025 15:08:48 -0700 Subject: [PATCH] [3.14] Omit `Python/perf_jit_trampoline.c` from the `**/*jit*` CODEOWNERS rule (GH-136519) Omit perf_jit_trampoline from "JIT" codeowners (cherry picked from commit 56c6f04b8862c20ff6eddc4400f170ad91e55f66) Co-authored-by: Brandt Bucher --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b190d8ac1ee955..91eb0b718d3cc0 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -27,6 +27,7 @@ Modules/Setup* @erlend-aasland **/*genobject* @markshannon **/*hamt* @1st1 **/*jit* @brandtbucher @savannahostrowski +Python/perf_jit_trampoline.c # Exclude the owners of "**/*jit*", above. Objects/set* @rhettinger Objects/dict* @methane @markshannon Objects/typevarobject.c @JelleZijlstra