https://github.com/python/cpython/commit/e697f5e7c05c48d98188b4d144a71f6d3a6e724f commit: e697f5e7c05c48d98188b4d144a71f6d3a6e724f branch: main author: Diego Russo <[email protected]> committer: AA-Turner <[email protected]> date: 2025-07-09T21:18:06+01:00 summary:
Add Diego Russo as code owner of the JIT (#136460) files: M .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 08d7a80d7726d3..98efdb65146374 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 _______________________________________________ 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]
