@@ -17,7 +17,7 @@ Makefile.pre.in @erlend-aasland
1717Modules /Setup * @ erlend-aasland
1818
1919# asyncio
20- ** /* asyncio * @ 1st1 @ asvetlov @ gvanrossum @ kumaraditya303 @ willingc
20+ ** /* asyncio * @ 1st1 @ asvetlov @ kumaraditya303 @ willingc
2121
2222# Core
2323** /* context * @ 1st1
@@ -33,11 +33,11 @@ Objects/frameobject.c @markshannon
3333Objects /call.c @ markshannon
3434Python /ceval * .c @ markshannon
3535Python /ceval * .h @ markshannon
36+ Python /codegen.c @ markshannon @ iritkatriel
3637Python /compile.c @ markshannon @ iritkatriel
3738Python /assemble.c @ markshannon @ iritkatriel
3839Python /flowgraph.c @ markshannon @ iritkatriel
3940Python /instruction_sequence.c @ iritkatriel
40- Python /ast_opt.c @ isidentical
4141Python /bytecodes.c @ markshannon
4242Python /optimizer * .c @ markshannon
4343Python /optimizer_analysis.c @ Fidget-Spinner
@@ -157,10 +157,12 @@ Include/internal/pycore_time.h @pganssle @abalkin
157157/Tools /cases_generator / @ markshannon
158158
159159# AST
160- Python /ast.c @ isidentical @ JelleZijlstra
161- Parser /asdl.py @ isidentical @ JelleZijlstra
162- Parser /asdl_c.py @ isidentical @ JelleZijlstra
163- Lib /ast.py @ isidentical @ JelleZijlstra
160+ Python /ast.c @ isidentical @ JelleZijlstra @ eclips4
161+ Python /ast_opt.c @ isidentical @ eclips4
162+ Parser /asdl.py @ isidentical @ JelleZijlstra @ eclips4
163+ Parser /asdl_c.py @ isidentical @ JelleZijlstra @ eclips4
164+ Lib /ast.py @ isidentical @ JelleZijlstra @ eclips4
165+ Lib /test /test_ast / @ eclips4
164166
165167# Mock
166168/Lib /unittest /mock.py @ cjw296
@@ -205,7 +207,6 @@ Doc/c-api/stable.rst @encukou
205207** /* bisect * @ rhettinger
206208** /* heapq * @ rhettinger
207209** /* functools * @ rhettinger
208- ** /* decimal * @ rhettinger
209210
210211** /* dataclasses * @ ericvsmith
211212
@@ -254,8 +255,8 @@ Modules/_interp*module.c @ericsnowcurrently
254255Lib /test /test_interpreters / @ ericsnowcurrently
255256
256257# Android
257- ** /* Android * @ mhsmith
258- ** /* android * @ mhsmith
258+ ** /* Android * @ mhsmith @ freakboy3742
259+ ** /* android * @ mhsmith @ freakboy3742
259260
260261# iOS (but not termios)
261262** /iOS * @ freakboy3742
@@ -266,7 +267,7 @@ Lib/test/test_interpreters/ @ericsnowcurrently
266267** /* -ios * @ freakboy3742
267268
268269# WebAssembly
269- /Tools /wasm / @ brettcannon
270+ /Tools /wasm / @ brettcannon @ freakboy3742
270271
271272# SBOM
272273/Misc /externals.spdx.json @ sethmlarson
@@ -276,3 +277,8 @@ Lib/test/test_interpreters/ @ericsnowcurrently
276277# Config Parser
277278Lib /configparser.py @ jaraco
278279Lib /test /test_configparser.py @ jaraco
280+
281+ # Doc sections
282+ Doc /reference / @ willingc
283+
284+ ** /* weakref * @ kumaraditya303
0 commit comments