From: Filipe LaĆ­ns Date: Wed, 9 Nov 2022 03:27:13 +0000 (+0000) Subject: CODEOWNERS: add myself to sysconfig and importlib.resources (#98851) X-Git-Tag: v3.12.0a2~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7a82cde59b82cb15cbd983ed48c46b5e074631d;p=thirdparty%2FPython%2Fcpython.git CODEOWNERS: add myself to sysconfig and importlib.resources (#98851) --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f304655c6590..606639b882f8 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