https://github.com/python/cpython/commit/1f3ea5436839e701947f8a472c059d7680591095 commit: 1f3ea5436839e701947f8a472c059d7680591095 branch: 3.14 author: Savannah Ostrowski <[email protected]> committer: hugovk <[email protected]> date: 2026-02-23T20:13:47+02:00 summary:
[3.14] Add Savannah as `jit.yml` CODEOWNER (GH-145152) (#145155) * 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 466447e308a662..289277fdd39168 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -6,6 +6,7 @@ # GitHub .github/** @ezio-melotti @hugovk @AA-Turner @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 _______________________________________________ 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]
