From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Wed, 5 Nov 2025 12:24:10 +0000 (+0200) Subject: [3.14] Omit `Python/perf_jit_trampoline.c` from the `**/*jit*` CODEOWNERS rule (GH... X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=43eaf9984abb9ebb9a617eb55b2f997fe9a41425;p=thirdparty%2FPython%2Fcpython.git [3.14] Omit `Python/perf_jit_trampoline.c` from the `**/*jit*` CODEOWNERS rule (GH-136519) (#140987) Co-authored-by: Brandt Bucher --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b190d8ac1ee9..91eb0b718d3c 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