]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Drop myself from owners of genobject (#96216)
authorYury Selivanov <yury@edgedb.com>
Tue, 23 Aug 2022 19:21:10 +0000 (12:21 -0700)
committerGitHub <noreply@github.com>
Tue, 23 Aug 2022 19:21:10 +0000 (12:21 -0700)
.github/CODEOWNERS

index cacd925cf4e37882a7884bf998462ece45da67f6..0e38536ba994ba91ba2f97a1808ce40e3940294e 100644 (file)
@@ -9,7 +9,7 @@
 
 # Core
 **/*context*                  @1st1
-**/*genobject*                @1st1 @markshannon
+**/*genobject*                @markshannon
 **/*hamt*                     @1st1
 Objects/set*                  @rhettinger
 Objects/dict*                 @methane @markshannon