@@ -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 
@@ -167,6 +170,9 @@ Include/internal/pycore_time.h  @pganssle @abalkin
167170** /* imap *                      @ python/email-team 
168171** /* poplib *                    @ python/email-team 
169172
173+ #  Exclude .mailmap from being owned by @python/email-team
174+ /.mailmap 
175+ 
170176#  Garbage collector
171177/Modules /gcmodule.c            @ pablogsal 
172178/Doc /library /gc.rst            @ pablogsal 
@@ -183,13 +189,13 @@ Include/internal/pycore_time.h  @pganssle @abalkin
183189/Tools /cases_generator /        @ markshannon 
184190
185191#  AST
186- Python /ast.c                   @ isidentical  @ JelleZijlstra  @ eclips4 
187- Python /ast_opt .c        @ isidentical  @ eclips4 
188- Parser /asdl.py                 @ isidentical  @ JelleZijlstra  @ eclips4 
189- Parser /asdl_c.py               @ isidentical  @ JelleZijlstra  @ eclips4 
190- Lib /ast.py                     @ isidentical  @ JelleZijlstra  @ eclips4 
191- Lib /_ast_unparse.py            @ isidentical  @ JelleZijlstra  @ eclips4 
192- 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 
193199
194200#  Mock
195201/Lib /unittest /mock.py          @ cjw296 
@@ -277,9 +283,13 @@ Doc/howto/clinic.rst          @erlend-aasland
277283#  Subinterpreters
278284** /* interpreteridobject. *      @ ericsnowcurrently 
279285** /* crossinterp *               @ ericsnowcurrently 
280- Lib /test /support /interpreters /  @ ericsnowcurrently 
281286Modules /_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 
282291Lib /test /test_interpreters /   @ ericsnowcurrently 
292+ Lib /concurrent /futures /interpreter.py   @ ericsnowcurrently 
283293
284294#  Android
285295** /* Android *                   @ mhsmith  @ freakboy3742 
@@ -294,7 +304,12 @@ Lib/test/test_interpreters/   @ericsnowcurrently
294304** /* -ios *                      @ freakboy3742 
295305
296306#  WebAssembly
297- /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 
298313
299314#  SBOM
300315/Misc /externals.spdx.json      @ sethmlarson 
@@ -316,3 +331,17 @@ Lib/test/test__colorize.py    @hugovk
316331
317332#  Fuzzing
318333Modules /_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