]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Omit `Python/perf_jit_trampoline.c` from the `**/*jit*` CODEOWNERS rule (#136519)
authorBrandt Bucher <brandtbucher@microsoft.com>
Thu, 10 Jul 2025 22:08:48 +0000 (15:08 -0700)
committerGitHub <noreply@github.com>
Thu, 10 Jul 2025 22:08:48 +0000 (23:08 +0100)
Omit perf_jit_trampoline from "JIT" codeowners

.github/CODEOWNERS

index 98efdb65146374a8115bd7cdcabfddf7bc97f9ed..02a7b5d45b4627461589c6a2ff83b97dd8f7218d 100644 (file)
@@ -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