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

Omit perf_jit_trampoline from "JIT" codeowners
This commit is contained in:
Brandt Bucher 2025-07-10 15:08:48 -07:00 committed by GitHub
parent c560df9658
commit 56c6f04b88
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 @diegorusso
Python/perf_jit_trampoline.c # Exclude the owners of "**/*jit*", above.
Objects/set* @rhettinger
Objects/dict* @methane @markshannon
Objects/typevarobject.c @JelleZijlstra