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
1316# asyncio
14- ** /* asyncio * @ 1st1 @ asvetlov @ gvanrossum @ kumaraditya303
17+ ** /* asyncio * @ 1st1 @ asvetlov @ gvanrossum @ kumaraditya303 @ willingc
1518
1619# Core
1720** /* context * @ 1st1
1821** /* genobject * @ markshannon
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
2529Objects /call.c @ markshannon
2630Python /ceval.c @ markshannon
2731Python /compile.c @ markshannon @ iritkatriel
32+ Python /assemble.c @ markshannon @ iritkatriel
33+ Python /flowgraph.c @ markshannon @ iritkatriel
2834Python /ast_opt.c @ isidentical
2935Lib /test /test_patma.py @ brandtbucher
3036Lib /test /test_peepholer.py @ brandtbucher
37+ Lib /test /test_type_ * .py @ JelleZijlstra
3138
3239# Exceptions
3340Lib /traceback.py @ iritkatriel
@@ -61,7 +68,7 @@ Python/traceback.c @iritkatriel
6168/Tools /build /parse_html5_entities.py @ ezio-melotti
6269
6370# Import (including importlib).
64- ** /* import * @ brettcannon @ encukou @ ericsnowcurrently @ ncoghlan @ warsaw
71+ ** /* import * @ brettcannon @ ericsnowcurrently @ ncoghlan @ warsaw
6572** /* importlib /resources /* @ jaraco @ warsaw @ FFY00
6673** /importlib /metadata /* @ jaraco @ warsaw
6774
@@ -72,7 +79,7 @@ Doc/library/time.rst @pganssle @abalkin
7279Lib /test /test_time.py @ pganssle @ abalkin
7380Modules /timemodule.c @ pganssle @ abalkin
7481Python /pytime.c @ pganssle @ abalkin
75- Include /pytime.h @ pganssle @ abalkin
82+ Include /internal / pycore_time.h @ pganssle @ abalkin
7683
7784# Email and related
7885** /* mail * @ python/email-team
@@ -90,6 +97,8 @@ Include/pytime.h @pganssle @abalkin
9097/Tools /peg_generator / @ pablogsal @ lysnikolaou
9198/Lib /test /test_peg_generator / @ pablogsal @ lysnikolaou
9299/Grammar /python.gram @ pablogsal @ lysnikolaou
100+ /Lib /tokenize.py @ pablogsal @ lysnikolaou
101+ /Lib /test /test_tokenize.py @ pablogsal @ lysnikolaou
93102
94103# AST
95104Python /ast.c @ isidentical
@@ -109,6 +118,12 @@ Lib/ast.py @isidentical
109118/Lib /test /test_subprocess.py @ gpshead
110119/Modules /* subprocess * @ gpshead
111120
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+
112127# Windows
113128/PC / @ python/windows-team
114129/PCbuild / @ python/windows-team
@@ -157,4 +172,9 @@ Lib/ast.py @isidentical
157172** /* pathlib * @ barneygale
158173
159174# zipfile.Path
160- ** /* zipfile /* _path.py @ jaraco
175+ ** /* zipfile /_path /* @ jaraco
176+
177+ # Argument Clinic
178+ /Tools /clinic /** @ erlend-aasland @ AlexWaygood
179+ /Lib /test /test_clinic.py @ erlend-aasland @ AlexWaygood
180+ Doc /howto /clinic.rst @ erlend-aasland
0 commit comments