mirror of
https://github.com/python/cpython.git
synced 2025-07-25 12:14:38 +00:00
CODEOWNERS: add myself to sysconfig and importlib.resources (#98851)
This commit is contained in:
parent
b3bd69c1bf
commit
f7a82cde59
1 changed files with 3 additions and 1 deletions
4
.github/CODEOWNERS
vendored
4
.github/CODEOWNERS
vendored
|
@ -63,7 +63,7 @@ Python/traceback.c @iritkatriel
|
|||
# bytecode.
|
||||
**/*import*.c @brettcannon @encukou @ericsnowcurrently @ncoghlan @warsaw
|
||||
**/*import*.py @brettcannon @encukou @ericsnowcurrently @ncoghlan @warsaw
|
||||
**/*importlib/resources/* @jaraco @warsaw @brettcannon
|
||||
**/*importlib/resources/* @jaraco @warsaw @brettcannon @FFY00
|
||||
**/importlib/metadata/* @jaraco @warsaw
|
||||
|
||||
# Dates and times
|
||||
|
@ -146,6 +146,8 @@ Lib/ast.py @isidentical
|
|||
|
||||
**/*tomllib* @encukou
|
||||
|
||||
**/*sysconfig* @FFY00
|
||||
|
||||
# macOS
|
||||
/Mac/ @python/macos-team
|
||||
**/*osx_support* @python/macos-team
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue