diff options
author | Filipe LaĆns <lains@riseup.net> | 2022-11-09 03:27:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-09 03:27:13 (GMT) |
commit | f7a82cde59b82cb15cbd983ed48c46b5e074631d (patch) | |
tree | c47b92a0756c6dd41a8fdf5d317fbb92e3c69128 /.github | |
parent | b3bd69c1bfb431fe75cc301f97494f9f98df2a19 (diff) | |
download | cpython-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/CODEOWNERS | 4 |
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 |