summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorFilipe LaĆ­ns <lains@riseup.net>2022-11-09 03:27:13 (GMT)
committerGitHub <noreply@github.com>2022-11-09 03:27:13 (GMT)
commitf7a82cde59b82cb15cbd983ed48c46b5e074631d (patch)
treec47b92a0756c6dd41a8fdf5d317fbb92e3c69128 /.github
parentb3bd69c1bfb431fe75cc301f97494f9f98df2a19 (diff)
downloadcpython-f7a82cde59b82cb15cbd983ed48c46b5e074631d.zip
cpython-f7a82cde59b82cb15cbd983ed48c46b5e074631d.tar.gz
cpython-f7a82cde59b82cb15cbd983ed48c46b5e074631d.tar.bz2
CODEOWNERS: add myself to sysconfig and importlib.resources (#98851)
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index f304655..606639b 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -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