@@ -30,10 +30,12 @@ Modules/Setup* @erlend-aasland
3030Objects /set * @ rhettinger
3131Objects /dict * @ methane @ markshannon
3232Objects /typevarobject.c @ JelleZijlstra
33+ Objects /unionobject.c @ JelleZijlstra
3334Objects /type * @ markshannon
3435Objects /codeobject.c @ markshannon
3536Objects /frameobject.c @ markshannon
3637Objects /call.c @ markshannon
38+ Objects /object.c @ ZeroIntensity
3739Python /ceval * .c @ markshannon
3840Python /ceval * .h @ markshannon
3941Python /codegen.c @ markshannon @ iritkatriel
@@ -43,8 +45,9 @@ Python/flowgraph.c @markshannon @iritkatriel
4345Python /instruction_sequence.c @ iritkatriel
4446Python /bytecodes.c @ markshannon
4547Python /optimizer * .c @ markshannon
46- Python /optimizer_analysis.c @ Fidget-Spinner
47- Python /optimizer_bytecodes.c @ Fidget-Spinner
48+ Python /optimizer_analysis.c @ Fidget-Spinner @ tomasr8
49+ Python /optimizer_bytecodes.c @ Fidget-Spinner @ tomasr8
50+ Python /optimizer_symbols.c @ tomasr8
4851Python /symtable.c @ JelleZijlstra @ carljm
4952Lib /_pyrepl /* @ pablogsal @ lysnikolaou @ ambv
5053Lib /test /test_patma.py @ brandtbucher
@@ -65,8 +68,8 @@ Doc/_static/** @AA-Turner @hugovk
6568Doc /tools /** @ AA-Turner @ hugovk
6669
6770# runtime state/lifecycle
68- ** /* pylifecycle * @ ericsnowcurrently
69- ** /* pystate * @ ericsnowcurrently
71+ ** /* pylifecycle * @ ericsnowcurrently @ ZeroIntensity
72+ ** /* pystate * @ ericsnowcurrently @ ZeroIntensity
7073** /* preconfig * @ ericsnowcurrently
7174** /* initconfig * @ ericsnowcurrently
7275** /* pathconfig * @ ericsnowcurrently
@@ -186,13 +189,13 @@ Include/internal/pycore_time.h @pganssle @abalkin
186189/Tools /cases_generator / @ markshannon
187190
188191# AST
189- Python /ast.c @ isidentical @ JelleZijlstra @ eclips4
190- Python /ast_opt .c @ isidentical @ eclips4
191- Parser /asdl.py @ isidentical @ JelleZijlstra @ eclips4
192- Parser /asdl_c.py @ isidentical @ JelleZijlstra @ eclips4
193- Lib /ast.py @ isidentical @ JelleZijlstra @ eclips4
194- Lib /_ast_unparse.py @ isidentical @ JelleZijlstra @ eclips4
195- Lib /test /test_ast / @ eclips4
192+ Python /ast.c @ isidentical @ JelleZijlstra @ eclips4 @ tomasr8
193+ Python /ast_preprocess .c @ isidentical @ eclips4 @ tomasr8
194+ Parser /asdl.py @ isidentical @ JelleZijlstra @ eclips4 @ tomasr8
195+ Parser /asdl_c.py @ isidentical @ JelleZijlstra @ eclips4 @ tomasr8
196+ Lib /ast.py @ isidentical @ JelleZijlstra @ eclips4 @ tomasr8
197+ Lib /_ast_unparse.py @ isidentical @ JelleZijlstra @ eclips4 @ tomasr8
198+ Lib /test /test_ast / @ eclips4 @ tomasr8
196199
197200# Mock
198201/Lib /unittest /mock.py @ cjw296
@@ -280,9 +283,13 @@ Doc/howto/clinic.rst @erlend-aasland
280283# Subinterpreters
281284** /* interpreteridobject. * @ ericsnowcurrently
282285** /* crossinterp * @ ericsnowcurrently
283- Lib /test /support /interpreters / @ ericsnowcurrently
284286Modules /_interp * module.c @ ericsnowcurrently
287+ Lib /test /test__interp * .py @ ericsnowcurrently
288+ Lib /concurrent /interpreters / @ ericsnowcurrently
289+ Lib /test /support /channels.py @ ericsnowcurrently
290+ Doc /library /concurrent.interpreters.rst @ ericsnowcurrently
285291Lib /test /test_interpreters / @ ericsnowcurrently
292+ Lib /concurrent /futures /interpreter.py @ ericsnowcurrently
286293
287294# Android
288295** /* Android * @ mhsmith @ freakboy3742
@@ -297,7 +304,12 @@ Lib/test/test_interpreters/ @ericsnowcurrently
297304** /* -ios * @ freakboy3742
298305
299306# WebAssembly
300- /Tools /wasm / @ brettcannon @ freakboy3742
307+ Tools /wasm /config.site-wasm32-emscripten @ freakboy3742
308+ /Tools /wasm /README.md @ brettcannon @ freakboy3742
309+ /Tools /wasm /wasi-env @ brettcannon
310+ /Tools /wasm /wasi.py @ brettcannon
311+ /Tools /wasm /emscripten @ freakboy3742
312+ /Tools /wasm /wasi @ brettcannon
301313
302314# SBOM
303315/Misc /externals.spdx.json @ sethmlarson
@@ -319,3 +331,17 @@ Lib/test/test__colorize.py @hugovk
319331
320332# Fuzzing
321333Modules /_xxtestfuzz / @ ammaraskar
334+
335+ # t-strings
336+ ** /* interpolationobject * @ lysnikolaou
337+ ** /* templateobject * @ lysnikolaou
338+ ** /* templatelib * @ lysnikolaou
339+ ** /* tstring * @ lysnikolaou
340+
341+ # Remote debugging
342+ Python /remote_debug.h @ pablogsal
343+ Python /remote_debugging.c @ pablogsal
344+ Modules /_remote_debugging_module.c @ pablogsal @ ambv @ 1st1
345+
346+ # gettext
347+ ** /* gettext * @ tomasr8
0 commit comments