https://github.com/python/cpython/commit/722c501dba2db391012aa1530144ecdfbddec9e8 commit: 722c501dba2db391012aa1530144ecdfbddec9e8 branch: main author: Jelle Zijlstra <[email protected]> committer: hugovk <[email protected]> date: 2025-04-22T21:32:22+03:00 summary:
CODEOWNERS: add myself to unionobject.c (#132808) files: M .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9ed65d5262a3ff..bd199f8168bf9a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -30,6 +30,7 @@ Modules/Setup* @erlend-aasland Objects/set* @rhettinger Objects/dict* @methane @markshannon Objects/typevarobject.c @JelleZijlstra +Objects/unionobject.c @JelleZijlstra Objects/type* @markshannon Objects/codeobject.c @markshannon Objects/frameobject.c @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]
