8000 CODEOWNERS: add myself to sysconfig and importlib.resources (#98851) · python/cpython@f7a82cd · GitHub
[go: up one dir, main page]

Skip to content

Commit f7a82cd

Browse files
authored
CODEOWNERS: add myself to sysconfig and importlib.resources (#98851)
1 parent b3bd69c commit f7a82cd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/CODEOWNERS

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Python/traceback.c @iritkatriel
6363
# bytecode.
6464
**/*import*.c @brettcannon @encukou @ericsnowcurrently @ncoghlan @warsaw
6565
**/*import*.py @brettcannon @encukou @ericsnowcurrently @ncoghlan @warsaw
66-
**/*importlib/resources/* @jaraco @warsaw @brettcannon
66+
**/*importlib/resources/* @jaraco @warsaw @brettcannon @FFY00
6767
**/importlib/metadata/* @jaraco @warsaw
6868

6969
# Dates and times
@@ -146,6 +146,8 @@ Lib/ast.py @isidentical
146146

147147
**/*tomllib* @encukou
148148

149+
**/*sysconfig* @FFY00
150+
149151
# macOS
150152
/Mac/ @python/macos-team
151153
**/*osx_support* @python/macos-team

0 commit comments

Comments
 (0)
0