]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] 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:10 +0000 (14:24 +0200)
committerGitHub <noreply@github.com>
Wed, 5 Nov 2025 12:24:10 +0000 (14:24 +0200)
Co-authored-by: Brandt Bucher <brandtbucher@microsoft.com>
.github/CODEOWNERS

index b190d8ac1ee9556602232a012fccb383ec3efcfb..91eb0b718d3cc0be0b8607a54098a6ffbf32db4e 100644 (file)
@@ -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