mirror of
https://github.com/python/cpython.git
synced 2025-07-26 04:34:20 +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.
|
# bytecode.
|
||||||
**/*import*.c @brettcannon @encukou @ericsnowcurrently @ncoghlan @warsaw
|
**/*import*.c @brettcannon @encukou @ericsnowcurrently @ncoghlan @warsaw
|
||||||
**/*import*.py @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
|
**/importlib/metadata/* @jaraco @warsaw
|
||||||
|
|
||||||
# Dates and times
|
# Dates and times
|
||||||
|
@ -146,6 +146,8 @@ Lib/ast.py @isidentical
|
||||||
|
|
||||||
**/*tomllib* @encukou
|
**/*tomllib* @encukou
|
||||||
|
|
||||||
|
**/*sysconfig* @FFY00
|
||||||
|
|
||||||
# macOS
|
# macOS
|
||||||
/Mac/ @python/macos-team
|
/Mac/ @python/macos-team
|
||||||
**/*osx_support* @python/macos-team
|
**/*osx_support* @python/macos-team
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue