CODEOWNERS: add myself to unionobject.c (#132808)

This commit is contained in:
Jelle Zijlstra 2025-04-22 11:32:22 -07:00 committed by GitHub
parent a6a3dbb7db
commit 722c501dba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

1
.github/CODEOWNERS vendored
View 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