https://github.com/python/cpython/commit/722c501dba2db391012aa1530144ecdfbddec9e8
commit: 722c501dba2db391012aa1530144ecdfbddec9e8
branch: main
author: Jelle Zijlstra <jelle.zijls...@gmail.com>
committer: hugovk <1324225+hug...@users.noreply.github.com>
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 -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: arch...@mail-archive.com

Reply via email to