https://github.com/python/cpython/commit/56c6f04b8862c20ff6eddc4400f170ad91e55f66
commit: 56c6f04b8862c20ff6eddc4400f170ad91e55f66
branch: main
author: Brandt Bucher <brandtbuc...@microsoft.com>
committer: pablogsal <pablog...@gmail.com>
date: 2025-07-10T23:08:48+01:00
summary:

Omit `Python/perf_jit_trampoline.c` from the `**/*jit*` CODEOWNERS rule 
(#136519)

Omit perf_jit_trampoline from "JIT" codeowners

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 98efdb65146374..02a7b5d45b4627 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -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

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: arch...@mail-archive.com

Reply via email to