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

Co-authored-by: Brandt Bucher <brandtbucher@microsoft.com>
This commit is contained in:
Hugo van Kemenade 2025-11-05 14:24:10 +02:00 committed by GitHub
parent 2511fce2ef
commit 43eaf9984a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

1
.github/CODEOWNERS vendored
View 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