diff options
author | Jelle Zijlstra <jelle.zijlstra@gmail.com> | 2023-05-16 15:48:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-16 15:48:52 (GMT) |
commit | febcc6ccfb0726dab588e64b68d91abb37db1939 (patch) | |
tree | 5b6294ec3b9893d77a93f548d58db94797a3d9e6 /.github | |
parent | 442a3e65da2594bedee88a3e81338d86926bde56 (diff) | |
download | cpython-febcc6ccfb0726dab588e64b68d91abb37db1939.zip cpython-febcc6ccfb0726dab588e64b68d91abb37db1939.tar.gz cpython-febcc6ccfb0726dab588e64b68d91abb37db1939.tar.bz2 |
CODEOWNERS: Assign new PEP 695 files to myself (#104551)
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d40519e..32ba535 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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 |