@@ -188,7 +188,7 @@ Include/internal/pycore_time.h @pganssle @abalkin
188188
189189# AST
190190Python /ast.c @ isidentical @ JelleZijlstra @ eclips4
191- Python /ast_opt.c @ isidentical @ eclips4
191+ Python /ast_preprocess.c @ isidentical @ eclips4
192192Parser /asdl.py @ isidentical @ JelleZijlstra @ eclips4
193193Parser /asdl_c.py @ isidentical @ JelleZijlstra @ eclips4
194194Lib /ast.py @ isidentical @ JelleZijlstra @ eclips4
@@ -281,9 +281,13 @@ Doc/howto/clinic.rst @erlend-aasland
281281# Subinterpreters
282282** /* interpreteridobject. * @ ericsnowcurrently
283283** /* crossinterp * @ ericsnowcurrently
284- Lib /test /support /interpreters / @ ericsnowcurrently
285284Modules /_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
286289Lib /test /test_interpreters / @ ericsnowcurrently
290+ Lib /concurrent /futures /interpreter.py @ ericsnowcurrently
287291
288292# Android
289293** /* Android * @ mhsmith @ freakboy3742
@@ -298,7 +302,12 @@ Lib/test/test_interpreters/ @ericsnowcurrently
298302** /* -ios * @ freakboy3742
299303
300304# WebAssembly
301- /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
302311
303312# SBOM
304313/Misc /externals.spdx.json @ sethmlarson
@@ -320,3 +329,14 @@ Lib/test/test__colorize.py @hugovk
320329
321330# Fuzzing
322331Modules /_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