77# GitHub
88.github /** @ ezio-melotti @ hugovk
99
10+ # pre-commit
11+ .pre-commit-config.yaml @ hugovk @ AlexWaygood
12+
1013# Build system
1114configure * @ erlend-aasland @ corona10
1215
@@ -19,6 +22,7 @@ configure* @erlend-aasland @corona10
1922** /* hamt * @ 1st1
2023Objects /set * @ rhettinger
2124Objects /dict * @ methane @ markshannon
25+ Objects /typevarobject.c @ JelleZijlstra
2226Objects /type * @ markshannon
2327Objects /codeobject.c @ markshannon
2428Objects /frameobject.c @ markshannon
@@ -30,6 +34,7 @@ Python/flowgraph.c @markshannon @iritkatriel
3034Python /ast_opt.c @ isidentical
3135Lib /test /test_patma.py @ brandtbucher
3236Lib /test /test_peepholer.py @ brandtbucher
37+ Lib /test /test_type_ * .py @ JelleZijlstra
3338
3439# Exceptions
3540Lib /traceback.py @ iritkatriel
@@ -63,7 +68,7 @@ Python/traceback.c @iritkatriel
6368/Tools /build /parse_html5_entities.py @ ezio-melotti
6469
6570# Import (including importlib).
66- ** /* import * @ brettcannon @ encukou @ ericsnowcurrently @ ncoghlan @ warsaw
71+ ** /* import * @ brettcannon @ ericsnowcurrently @ ncoghlan @ warsaw
6772** /* importlib /resources /* @ jaraco @ warsaw @ FFY00
6873** /importlib /metadata /* @ jaraco @ warsaw
6974
@@ -92,6 +97,8 @@ Include/pytime.h @pganssle @abalkin
9297/Tools /peg_generator / @ pablogsal @ lysnikolaou
9398/Lib /test /test_peg_generator / @ pablogsal @ lysnikolaou
9499/Grammar /python.gram @ pablogsal @ lysnikolaou
100+ /Lib /tokenize.py @ pablogsal @ lysnikolaou
101+ /Lib /test /test_tokenize.py @ pablogsal @ lysnikolaou
95102
96103# AST
97104Python /ast.c @ isidentical
@@ -111,6 +118,12 @@ Lib/ast.py @isidentical
111118/Lib /test /test_subprocess.py @ gpshead
112119/Modules /* subprocess * @ gpshead
113120
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+
114127# Windows
115128/PC / @ python/windows-team
116129/PCbuild / @ python/windows-team
0 commit comments