From: Savannah Ostrowski Date: Mon, 23 Feb 2026 17:54:14 +0000 (-0800) Subject: Add Savannah as `jit.yml` CODEOWNER (#145152) X-Git-Tag: v3.15.0a7~173 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6180e79ed2175f7b095807b78a5ea58b4da3de0b;p=thirdparty%2FPython%2Fcpython.git Add Savannah as `jit.yml` CODEOWNER (#145152) Add Savannah for jit.yml CODEOWNER --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 1adbacbb7d10..f33196bb0eb1 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -289,6 +289,7 @@ Programs/_bootstrap_python.c @ericsnowcurrently Programs/python.c @ericsnowcurrently # JIT +.github/workflows/jit.yml @savannahostrowski Include/internal/pycore_jit.h @brandtbucher @savannahostrowski @diegorusso Python/jit.c @brandtbucher @savannahostrowski @diegorusso Tools/jit/ @brandtbucher @savannahostrowski @diegorusso