@@ -30,6 +30,7 @@ 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
@@ -167,6 +168,9 @@ Include/internal/pycore_time.h @pganssle @abalkin
167168** /* imap * @ python/email-team
168169** /* poplib * @ python/email-team
169170
171+ # Exclude .mailmap from being owned by @python/email-team
172+ /.mailmap
173+
170174# Garbage collector
171175/Modules /gcmodule.c @ pablogsal
172176/Doc /library /gc.rst @ pablogsal
@@ -184,7 +188,7 @@ Include/internal/pycore_time.h @pganssle @abalkin
184188
185189# AST
186190Python /ast.c @ isidentical @ JelleZijlstra @ eclips4
187- Python /ast_opt.c @ isidentical @ eclips4
191+ Python /ast_preprocess.c @ isidentical @ eclips4
188192Parser /asdl.py @ isidentical @ JelleZijlstra @ eclips4
189193Parser /asdl_c.py @ isidentical @ JelleZijlstra @ eclips4
190194Lib /ast.py @ isidentical @ JelleZijlstra @ eclips4
@@ -277,9 +281,13 @@ Doc/howto/clinic.rst @erlend-aasland
277281# Subinterpreters
278282** /* interpreteridobject. * @ ericsnowcurrently
279283** /* crossinterp * @ ericsnowcurrently
280- Lib /test /support /interpreters / @ ericsnowcurrently
281284Modules /_interp * module.c @ ericsnowcurrently
285+ Lib /test /test__interp * .py @ ericsnowcurrently
286+ Lib /concurrent /interpreters / @ ericsnowcurrently
287+ Lib /test /support /channels.py @ ericsnowcurrently
288+ Doc /library /concurrent.interpreters.rst @ ericsnowcurrently
282289Lib /test /test_interpreters / @ ericsnowcurrently
290+ Lib /concurrent /futures /interpreter.py @ ericsnowcurrently
283291
284292# Android
285293** /* Android * @ mhsmith @ freakboy3742
@@ -294,7 +302,12 @@ Lib/test/test_interpreters/ @ericsnowcurrently
294302** /* -ios * @ freakboy3742
295303
296304# WebAssembly
297- /Tools /wasm / @ brettcannon @ freakboy3742
305+ Tools /wasm /config.site-wasm32-emscripten @ freakboy3742
306+ /Tools /wasm /README.md @ brettcannon @ freakboy3742
307+ /Tools /wasm /wasi-env @ brettcannon
308+ /Tools /wasm /wasi.py @ brettcannon
309+ /Tools /wasm /emscripten @ freakboy3742
310+ /Tools /wasm /wasi @ brettcannon
298311
299312# SBOM
300313/Misc /externals.spdx.json @ sethmlarson
@@ -316,3 +329,14 @@ Lib/test/test__colorize.py @hugovk
316329
317330# Fuzzing
318331Modules /_xxtestfuzz / @ ammaraskar
332+
333+ # t-strings
334+ ** /* interpolationobject * @ lysnikolaou
335+ ** /* templateobject * @ lysnikolaou
336+ ** /* templatelib * @ lysnikolaou
337+ ** /* tstring * @ lysnikolaou
338+
339+ # Remote debugging
340+ Python /remote_debug.h @ pablogsal
341+ Python /remote_debugging.c @ pablogsal
342+ Modules /_remote_debugging_module.c @ pablogsal @ ambv @ 1st1
0 commit comments