https://github.com/python/cpython/commit/0acd41f398be6cc6015fbb5578c423ea3a8f3182
commit: 0acd41f398be6cc6015fbb5578c423ea3a8f3182
branch: 3.13
author: Savannah Ostrowski <[email protected]>
committer: hugovk <[email protected]>
date: 2026-02-23T20:16:00+02:00
summary:

[3.13] Add Savannah as `jit.yml` CODEOWNER (GH-145152) (#145156)

* Add Savannah as `jit.yml` CODEOWNER (#145152)

(cherry picked from commit 6180e79ed2175f7b095807b78a5ea58b4da3de0b)

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 18367a64f47a0c..13d1e3e901cdd1 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -6,6 +6,7 @@
 
 # GitHub
 .github/**                    @ezio-melotti @hugovk @webknjaz
+.github/workflows/jit.yml    @savannahostrowski
 Tools/build/compute-changes.py              @AA-Turner @hugovk @webknjaz
 Lib/test/test_tools/test_compute_changes.py @AA-Turner @hugovk @webknjaz
 
@@ -23,7 +24,7 @@ configure*                    @erlend-aasland @corona10
 **/*context*                  @1st1
 **/*genobject*                @markshannon
 **/*hamt*                     @1st1
-**/*jit*                      @brandtbucher
+**/*jit*                      @brandtbucher @savannahostrowski
 Python/perf_jit_trampoline.c  # Exclude the owners of "**/*jit*", above.
 Objects/set*                  @rhettinger
 Objects/dict*                 @methane @markshannon

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to