]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add myself as codeowner for Limited API/Stable ABI, remove from *import* (GH-105349)
authorPetr Viktorin <encukou@gmail.com>
Tue, 6 Jun 2023 09:33:40 +0000 (11:33 +0200)
committerGitHub <noreply@github.com>
Tue, 6 Jun 2023 09:33:40 +0000 (09:33 +0000)
This should set up more relevant notifications for me.

.github/CODEOWNERS

index d218f029a990bf9e63733767d5dd1ae1c2614c54..26efa5083672ec3f511615e1a10887e682e91570 100644 (file)
@@ -68,7 +68,7 @@ Python/traceback.c            @iritkatriel
 /Tools/build/parse_html5_entities.py   @ezio-melotti
 
 # Import (including importlib).
-**/*import*                   @brettcannon @encukou @ericsnowcurrently @ncoghlan @warsaw
+**/*import*                   @brettcannon @ericsnowcurrently @ncoghlan @warsaw
 **/*importlib/resources/*      @jaraco @warsaw @FFY00
 **/importlib/metadata/*       @jaraco @warsaw
 
@@ -118,6 +118,12 @@ Lib/ast.py                    @isidentical
 /Lib/test/test_subprocess.py  @gpshead
 /Modules/*subprocess*         @gpshead
 
+# Limited C API & stable ABI
+Tools/build/stable_abi.py     @encukou
+Misc/stable_abi.toml          @encukou
+Doc/data/*.abi                @encukou
+Doc/c-api/stable.rst          @encukou
+
 # Windows
 /PC/                          @python/windows-team
 /PCbuild/                     @python/windows-team