https://github.com/python/cpython/commit/64bf92179be43f3e136a53d9fee7a5d0d16fab8f
commit: 64bf92179be43f3e136a53d9fee7a5d0d16fab8f
branch: 3.13
author: Hugo van Kemenade <[email protected]>
committer: hugovk <[email protected]>
date: 2025-11-05T14:24:12+02:00
summary:

[3.13] Omit `Python/perf_jit_trampoline.c` from the `**/*jit*` CODEOWNERS rule 
(GH-136519) (#140988)

Co-authored-by: Brandt Bucher <[email protected]>

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index cd71338ab11bb7..303904818e5e97 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -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

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to