]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
CODEOWNERS: add myself to sysconfig and importlib.resources (#98851)
authorFilipe Laíns <lains@riseup.net>
Wed, 9 Nov 2022 03:27:13 +0000 (03:27 +0000)
committerGitHub <noreply@github.com>
Wed, 9 Nov 2022 03:27:13 +0000 (03:27 +0000)
.github/CODEOWNERS

index f304655c659056586127cbac504cb628debbfd4e..606639b882f8249668df6f4d1bf945f450563f4f 100644 (file)
@@ -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