]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] Omit `Python/perf_jit_trampoline.c` from the `**/*jit*` CODEOWNERS rule (GH...
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Wed, 5 Nov 2025 12:24:12 +0000 (14:24 +0200)
committerGitHub <noreply@github.com>
Wed, 5 Nov 2025 12:24:12 +0000 (14:24 +0200)
Co-authored-by: Brandt Bucher <brandtbucher@microsoft.com>
.github/CODEOWNERS

index cd71338ab11bb72af195966107257ae780c322be..303904818e5e971035d5c9f5894dd18b9aa750ae 100644 (file)
@@ -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