From: Jelle Zijlstra Date: Tue, 22 Apr 2025 18:32:22 +0000 (-0700) Subject: CODEOWNERS: add myself to unionobject.c (#132808) X-Git-Tag: v3.14.0b1~358 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=722c501dba2db391012aa1530144ecdfbddec9e8;p=thirdparty%2FPython%2Fcpython.git CODEOWNERS: add myself to unionobject.c (#132808) --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9ed65d5262a3..bd199f8168bf 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