From: Diego Russo Date: Wed, 9 Jul 2025 20:18:06 +0000 (+0100) Subject: Add Diego Russo as code owner of the JIT (#136460) X-Git-Tag: v3.15.0a1~1035 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e697f5e7c05c48d98188b4d144a71f6d3a6e724f;p=thirdparty%2FPython%2Fcpython.git Add Diego Russo as code owner of the JIT (#136460) --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 08d7a80d7726..98efdb651463 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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