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

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

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

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index b190d8ac1ee955..91eb0b718d3cc0 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -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

_______________________________________________
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