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,8 @@ 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
72+ /Python /import.c @ kumaraditya303
6573** /* importlib /resources /* @ jaraco @ warsaw @ FFY00
6674** /importlib /metadata /* @ jaraco @ warsaw
6775
@@ -72,7 +80,7 @@ Doc/library/time.rst @pganssle @abalkin
7280Lib /test /test_time.py @ pganssle @ abalkin
7381Modules /timemodule.c @ pganssle @ abalkin
7482Python /pytime.c @ pganssle @ abalkin
75- Include /pytime.h @ pganssle @ abalkin
83+ Include /internal / pycore_time.h @ pganssle @ abalkin
7684
7785# Email and related
7886** /* mail * @ python/email-team
@@ -90,6 +98,8 @@ Include/pytime.h @pganssle @abalkin
9098/Tools /peg_generator / @ pablogsal @ lysnikolaou
9199/Lib /test /test_peg_generator / @ pablogsal @ lysnikolaou
92100/Grammar /python.gram @ pablogsal @ lysnikolaou
101+ /Lib /tokenize.py @ pablogsal @ lysnikolaou
102+ /Lib /test /test_tokenize.py @ pablogsal @ lysnikolaou
93103
94104# AST
95105Python /ast.c @ isidentical
@@ -109,6 +119,12 @@ Lib/ast.py @isidentical
109119/Lib /test /test_subprocess.py @ gpshead
110120/Modules /* subprocess * @ gpshead
111121
122+ # Limited C API & stable ABI
123+ Tools /build /stable_abi.py @ encukou
124+ Misc /stable_abi.toml @ encukou
125+ Doc /data /* .abi @ encukou
126+ Doc /c-api /stable.rst @ encukou
127+
112128# Windows
113129/PC / @ python/windows-team
114130/PCbuild / @ python/windows-team
@@ -157,4 +173,12 @@ Lib/ast.py @isidentical
157173** /* pathlib * @ barneygale
158174
159175# zipfile.Path
160- ** /* zipfile /* _path.py @ jaraco
176+ ** /* zipfile /_path /* @ jaraco
177+
178+ # Argument Clinic
179+ /Tools /clinic /** @ erlend-aasland @ AlexWaygood
180+ /Lib /test /test_clinic.py @ erlend-aasland @ AlexWaygood
181+ Doc /howto /clinic.rst @ erlend-aasland
182+
183+ # WebAssembly
184+ /Tools /wasm / @ brettcannon
0 commit comments