]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
CODEOWNERS: Assign new PEP 695 files to myself (#104551)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Tue, 16 May 2023 15:48:52 +0000 (08:48 -0700)
committerGitHub <noreply@github.com>
Tue, 16 May 2023 15:48:52 +0000 (08:48 -0700)
.github/CODEOWNERS

index d40519e40d3cc20942375c4176289dc623c5f66b..32ba5355a5853f652e9024030a9d533f73350e4e 100644 (file)
@@ -22,6 +22,7 @@ configure*                    @erlend-aasland @corona10
 **/*hamt*                     @1st1
 Objects/set*                  @rhettinger
 Objects/dict*                 @methane @markshannon
+Objects/typevarobject.c       @JelleZijlstra
 Objects/type*                 @markshannon
 Objects/codeobject.c          @markshannon
 Objects/frameobject.c         @markshannon
@@ -33,6 +34,7 @@ Python/flowgraph.c            @markshannon @iritkatriel
 Python/ast_opt.c              @isidentical
 Lib/test/test_patma.py        @brandtbucher
 Lib/test/test_peepholer.py    @brandtbucher
+Lib/test/test_type_*.py       @JelleZijlstra
 
 # Exceptions
 Lib/traceback.py              @iritkatriel