From 430c5662d071d00485b100f402a4f727062e53c6 Mon Sep 17 00:00:00 2001 From: Brandt Bucher Date: Thu, 10 Jul 2025 15:08:48 -0700 Subject: [PATCH] [3.13] 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 cd71338ab11bb7..303904818e5e97 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -22,6 +22,7 @@ configure* @erlend-aasland @corona10 **/*genobject* @markshannon **/*hamt* @1st1 **/*jit* @brandtbucher +Python/perf_jit_trampoline.c # Exclude the owners of "**/*jit*", above. Objects/set* @rhettinger Objects/dict* @methane @markshannon Objects/typevarobject.c @JelleZijlstra