]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
CODEOWNERS: add myself to unionobject.c (#132808)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Tue, 22 Apr 2025 18:32:22 +0000 (11:32 -0700)
committerGitHub <noreply@github.com>
Tue, 22 Apr 2025 18:32:22 +0000 (21:32 +0300)
.github/CODEOWNERS

index 9ed65d5262a3ffb5566ae4bee7bb87d6f0f2177d..bd199f8168bf9a8e96eabf6597313c6f17fb2201 100644 (file)
@@ -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