Add Diego Russo as code owner of the JIT (#136460)

This commit is contained in:
Diego Russo 2025-07-09 21:18:06 +01:00 committed by GitHub
parent c49dc3bd0f
commit e697f5e7c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
.github/CODEOWNERS vendored
View file

@ -26,7 +26,7 @@ Modules/Setup* @erlend-aasland
**/*context* @1st1
**/*genobject* @markshannon
**/*hamt* @1st1
**/*jit* @brandtbucher @savannahostrowski
**/*jit* @brandtbucher @savannahostrowski @diegorusso
Objects/set* @rhettinger
Objects/dict* @methane @markshannon
Objects/typevarobject.c @JelleZijlstra