mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Add myself as codeowner for Limited API/Stable ABI, remove from *import* (GH-105349)
This should set up more relevant notifications for me.
This commit is contained in:
parent
e01c4de35d
commit
49fe2e4af7
1 changed files with 7 additions and 1 deletions
8
.github/CODEOWNERS
vendored
8
.github/CODEOWNERS
vendored
|
@ -68,7 +68,7 @@ Python/traceback.c @iritkatriel
|
||||||
/Tools/build/parse_html5_entities.py @ezio-melotti
|
/Tools/build/parse_html5_entities.py @ezio-melotti
|
||||||
|
|
||||||
# Import (including importlib).
|
# Import (including importlib).
|
||||||
**/*import* @brettcannon @encukou @ericsnowcurrently @ncoghlan @warsaw
|
**/*import* @brettcannon @ericsnowcurrently @ncoghlan @warsaw
|
||||||
**/*importlib/resources/* @jaraco @warsaw @FFY00
|
**/*importlib/resources/* @jaraco @warsaw @FFY00
|
||||||
**/importlib/metadata/* @jaraco @warsaw
|
**/importlib/metadata/* @jaraco @warsaw
|
||||||
|
|
||||||
|
@ -118,6 +118,12 @@ Lib/ast.py @isidentical
|
||||||
/Lib/test/test_subprocess.py @gpshead
|
/Lib/test/test_subprocess.py @gpshead
|
||||||
/Modules/*subprocess* @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
|
# Windows
|
||||||
/PC/ @python/windows-team
|
/PC/ @python/windows-team
|
||||||
/PCbuild/ @python/windows-team
|
/PCbuild/ @python/windows-team
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue