@@ -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 
@@ -65,8 +67,8 @@ Doc/_static/**                @AA-Turner @hugovk
6567Doc /tools /**                   @ AA-Turner  @ hugovk 
6668
6769#  runtime state/lifecycle
68- ** /* pylifecycle *               @ ericsnowcurrently 
69- ** /* pystate *                   @ ericsnowcurrently 
70+ ** /* pylifecycle *               @ ericsnowcurrently   @ ZeroIntensity 
71+ ** /* pystate *                   @ ericsnowcurrently   @ ZeroIntensity 
7072** /* preconfig *                 @ ericsnowcurrently 
7173** /* initconfig *                @ ericsnowcurrently 
7274** /* pathconfig *                @ ericsnowcurrently 
@@ -187,7 +189,7 @@ Include/internal/pycore_time.h  @pganssle @abalkin
187189
188190#  AST
189191Python /ast.c                   @ isidentical  @ JelleZijlstra  @ eclips4 
190- Python /ast_opt.c                @ isidentical  @ eclips4 
192+ Python /ast_preprocess.c        @ isidentical  @ eclips4 
191193Parser /asdl.py                 @ isidentical  @ JelleZijlstra  @ eclips4 
192194Parser /asdl_c.py               @ isidentical  @ JelleZijlstra  @ eclips4 
193195Lib /ast.py                     @ isidentical  @ JelleZijlstra  @ eclips4 
@@ -280,9 +282,13 @@ Doc/howto/clinic.rst          @erlend-aasland
280282#  Subinterpreters
281283** /* interpreteridobject. *      @ ericsnowcurrently 
282284** /* crossinterp *               @ ericsnowcurrently 
283- Lib /test /support /interpreters /  @ ericsnowcurrently 
284285Modules /_interp * module.c       @ ericsnowcurrently 
286+ Lib /test /test__interp * .py      @ ericsnowcurrently 
287+ Lib /concurrent /interpreters /  @ ericsnowcurrently 
288+ Lib /test /support /channels.py   @ ericsnowcurrently 
289+ Doc /library /concurrent.interpreters.rst   @ ericsnowcurrently 
285290Lib /test /test_interpreters /   @ ericsnowcurrently 
291+ Lib /concurrent /futures /interpreter.py   @ ericsnowcurrently 
286292
287293#  Android
288294** /* Android *                   @ mhsmith  @ freakboy3742 
@@ -297,7 +303,12 @@ Lib/test/test_interpreters/   @ericsnowcurrently
297303** /* -ios *                      @ freakboy3742 
298304
299305#  WebAssembly
300- /Tools /wasm /                  @ brettcannon  @ freakboy3742 
306+ Tools /wasm /config.site-wasm32-emscripten   @ freakboy3742 
307+ /Tools /wasm /README.md          @ brettcannon  @ freakboy3742 
308+ /Tools /wasm /wasi-env           @ brettcannon 
309+ /Tools /wasm /wasi.py            @ brettcannon 
310+ /Tools /wasm /emscripten         @ freakboy3742 
311+ /Tools /wasm /wasi               @ brettcannon 
301312
302313#  SBOM
303314/Misc /externals.spdx.json      @ sethmlarson 
@@ -319,3 +330,14 @@ Lib/test/test__colorize.py    @hugovk
319330
320331#  Fuzzing
321332Modules /_xxtestfuzz /          @ ammaraskar 
333+ 
334+ #  t-strings
335+ ** /* interpolationobject *       @ lysnikolaou 
336+ ** /* templateobject *            @ lysnikolaou 
337+ ** /* templatelib *               @ lysnikolaou 
338+ ** /* tstring *                   @ lysnikolaou 
339+ 
340+ #  Remote debugging
341+ Python /remote_debug.h          @ pablogsal 
342+ Python /remote_debugging.c      @ pablogsal 
343+ Modules /_remote_debugging_module.c  @ pablogsal  @ ambv  @ 1st1 
0 commit comments