diff options
author | Petr Viktorin <encukou@gmail.com> | 2023-06-06 09:33:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-06 09:33:40 (GMT) |
commit | 49fe2e4af7993c124b98589ee608ed6ba2cee8e6 (patch) | |
tree | 3ae6d57c2d2fd0928593f380ed9ee0ec9b233b2e | |
parent | e01c4de35dd40b132e57f4ba801991619bd2726b (diff) | |
download | cpython-49fe2e4af7993c124b98589ee608ed6ba2cee8e6.zip cpython-49fe2e4af7993c124b98589ee608ed6ba2cee8e6.tar.gz cpython-49fe2e4af7993c124b98589ee608ed6ba2cee8e6.tar.bz2 |
Add myself as codeowner for Limited API/Stable ABI, remove from *import* (GH-105349)
This should set up more relevant notifications for me.
-rw-r--r-- | .github/CODEOWNERS | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d218f02..26efa50 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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 |