From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Wed, 5 Nov 2025 12:24:12 +0000 (+0200) Subject: [3.13] Omit `Python/perf_jit_trampoline.c` from the `**/*jit*` CODEOWNERS rule (GH... X-Git-Tag: v3.13.10~173 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64bf92179be43f3e136a53d9fee7a5d0d16fab8f;p=thirdparty%2FPython%2Fcpython.git [3.13] Omit `Python/perf_jit_trampoline.c` from the `**/*jit*` CODEOWNERS rule (GH-136519) (#140988) Co-authored-by: Brandt Bucher --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index cd71338ab11b..303904818e5e 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