@@ -35,6 +35,7 @@ Objects/type* @markshannon
3535Objects /codeobject.c @ markshannon
3636Objects /frameobject.c @ markshannon
3737Objects /call.c @ markshannon
38+ Objects /object.c @ ZeroIntensity
3839Python /ceval * .c @ markshannon
3940Python /ceval * .h @ markshannon
4041Python /codegen.c @ markshannon @ iritkatriel
@@ -66,8 +67,8 @@ Doc/_static/** @AA-Turner @hugovk
6667Doc /tools /** @ AA-Turner @ hugovk
6768
6869# runtime state/lifecycle
69- ** /* pylifecycle * @ ericsnowcurrently
70- ** /* pystate * @ ericsnowcurrently
70+ ** /* pylifecycle * @ ericsnowcurrently @ ZeroIntensity
71+ ** /* pystate * @ ericsnowcurrently @ ZeroIntensity
7172** /* preconfig * @ ericsnowcurrently
7273** /* initconfig * @ ericsnowcurrently
7374** /* pathconfig * @ ericsnowcurrently
@@ -281,9 +282,13 @@ Doc/howto/clinic.rst @erlend-aasland
281282# Subinterpreters
282283** /* interpreteridobject. * @ ericsnowcurrently
283284** /* crossinterp * @ ericsnowcurrently
284- Lib /test /support /interpreters / @ ericsnowcurrently
285285Modules /_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
286290Lib /test /test_interpreters / @ ericsnowcurrently
291+ Lib /concurrent /futures /interpreter.py @ ericsnowcurrently
287292
288293# Android
289294** /* Android * @ mhsmith @ freakboy3742
@@ -298,7 +303,12 @@ Lib/test/test_interpreters/ @ericsnowcurrently
298303** /* -ios * @ freakboy3742
299304
300305# WebAssembly
301- /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
302312
303313# SBOM
304314/Misc /externals.spdx.json @ sethmlarson
@@ -326,3 +336,8 @@ Modules/_xxtestfuzz/ @ammaraskar
326336** /* templateobject * @ lysnikolaou
327337** /* templatelib * @ lysnikolaou
328338** /* 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