From 3021fe40dd705551e41cb76e211a5546637c4fba Mon Sep 17 00:00:00 2001 From: Brandt Bucher Date: Thu, 10 Jul 2025 12:04:45 -0700 Subject: [PATCH] Omit perf_jit_trampoline from "JIT" codeowners --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 98efdb65146374..02a7b5d45b4627 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