From 669efac7db8dea9fa05e38b305f346ea4531c403 Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Tue, 22 Apr 2025 09:24:56 -0700 Subject: [PATCH] CODEOWNERS: add myself to unionobject.c --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) 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