]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add Diego Russo as code owner of the JIT (#136460)
authorDiego Russo <diego.russo@arm.com>
Wed, 9 Jul 2025 20:18:06 +0000 (21:18 +0100)
committerGitHub <noreply@github.com>
Wed, 9 Jul 2025 20:18:06 +0000 (21:18 +0100)
.github/CODEOWNERS

index 08d7a80d7726d3665bfd5111bbd191a21899b2aa..98efdb65146374a8115bd7cdcabfddf7bc97f9ed 100644 (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