@@ -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 
@@ -331,3 +336,8 @@ Modules/_xxtestfuzz/          @ammaraskar
331336** /* templateobject *            @ lysnikolaou 
332337** /* templatelib *               @ lysnikolaou 
333338** /* 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