We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e01c4de commit 49fe2e4Copy full SHA for 49fe2e4
1 file changed
.github/CODEOWNERS
@@ -68,7 +68,7 @@ Python/traceback.c @iritkatriel
68
/Tools/build/parse_html5_entities.py @ezio-melotti
69
70
# Import (including importlib).
71
-**/*import* @brettcannon @encukou @ericsnowcurrently @ncoghlan @warsaw
+**/*import* @brettcannon @ericsnowcurrently @ncoghlan @warsaw
72
**/*importlib/resources/* @jaraco @warsaw @FFY00
73
**/importlib/metadata/* @jaraco @warsaw
74
@@ -118,6 +118,12 @@ Lib/ast.py @isidentical
118
/Lib/test/test_subprocess.py @gpshead
119
/Modules/*subprocess* @gpshead
120
121
+# Limited C API & stable ABI
122
+Tools/build/stable_abi.py @encukou
123
+Misc/stable_abi.toml @encukou
124
+Doc/data/*.abi @encukou
125
+Doc/c-api/stable.rst @encukou
126
+
127
# Windows
128
/PC/ @python/windows-team
129
/PCbuild/ @python/windows-team
0 commit comments