@@ -26,7 +26,8 @@ Modules/Setup* @erlend-aasland
2626** /* context * @ 1st1
2727** /* genobject * @ markshannon
2828** /* hamt * @ 1st1
29- ** /* jit * @ brandtbucher @ savannahostrowski
29+ ** /* jit * @ brandtbucher @ savannahostrowski @ diegorusso
30+ Python /perf_jit_trampoline.c # Exclude the owners of "**/*jit*", above.
3031Objects /set * @ rhettinger
3132Objects /dict * @ methane @ markshannon
3233Objects /typevarobject.c @ JelleZijlstra
@@ -35,6 +36,7 @@ Objects/type* @markshannon
3536Objects /codeobject.c @ markshannon
3637Objects /frameobject.c @ markshannon
3738Objects /call.c @ markshannon
39+ Objects /object.c @ ZeroIntensity
3840Python /ceval * .c @ markshannon
3941Python /ceval * .h @ markshannon
4042Python /codegen.c @ markshannon @ iritkatriel
@@ -44,8 +46,9 @@ Python/flowgraph.c @markshannon @iritkatriel
4446Python /instruction_sequence.c @ iritkatriel
4547Python /bytecodes.c @ markshannon
4648Python /optimizer * .c @ markshannon
47- Python /optimizer_analysis.c @ Fidget-Spinner
48- Python /optimizer_bytecodes.c @ Fidget-Spinner
49+ Python /optimizer_analysis.c @ Fidget-Spinner @ tomasr8
50+ Python /optimizer_bytecodes.c @ Fidget-Spinner @ tomasr8
51+ Python /optimizer_symbols.c @ tomasr8
4952Python /symtable.c @ JelleZijlstra @ carljm
5053Lib /_pyrepl /* @ pablogsal @ lysnikolaou @ ambv
5154Lib /test /test_patma.py @ brandtbucher
@@ -66,8 +69,8 @@ Doc/_static/** @AA-Turner @hugovk
6669Doc /tools /** @ AA-Turner @ hugovk
6770
6871# runtime state/lifecycle
69- ** /* pylifecycle * @ ericsnowcurrently
70- ** /* pystate * @ ericsnowcurrently
72+ ** /* pylifecycle * @ ericsnowcurrently @ ZeroIntensity
73+ ** /* pystate * @ ericsnowcurrently @ ZeroIntensity
7174** /* preconfig * @ ericsnowcurrently
7275** /* initconfig * @ ericsnowcurrently
7376** /* pathconfig * @ ericsnowcurrently
@@ -187,13 +190,13 @@ Include/internal/pycore_time.h @pganssle @abalkin
187190/Tools /cases_generator / @ markshannon
188191
189192# AST
190- Python /ast.c @ isidentical @ JelleZijlstra @ eclips4
191- Python /ast_opt .c @ isidentical @ eclips4
192- Parser /asdl.py @ isidentical @ JelleZijlstra @ eclips4
193- Parser /asdl_c.py @ isidentical @ JelleZijlstra @ eclips4
194- Lib /ast.py @ isidentical @ JelleZijlstra @ eclips4
195- Lib /_ast_unparse.py @ isidentical @ JelleZijlstra @ eclips4
196- Lib /test /test_ast / @ eclips4
193+ Python /ast.c @ isidentical @ JelleZijlstra @ eclips4 @ tomasr8
194+ Python /ast_preprocess .c @ isidentical @ eclips4 @ tomasr8
195+ Parser /asdl.py @ isidentical @ JelleZijlstra @ eclips4 @ tomasr8
196+ Parser /asdl_c.py @ isidentical @ JelleZijlstra @ eclips4 @ tomasr8
197+ Lib /ast.py @ isidentical @ JelleZijlstra @ eclips4 @ tomasr8
198+ Lib /_ast_unparse.py @ isidentical @ JelleZijlstra @ eclips4 @ tomasr8
199+ Lib /test /test_ast / @ eclips4 @ tomasr8
197200
198201# Mock
199202/Lib /unittest /mock.py @ cjw296
@@ -281,9 +284,13 @@ Doc/howto/clinic.rst @erlend-aasland
281284# Subinterpreters
282285** /* interpreteridobject. * @ ericsnowcurrently
283286** /* crossinterp * @ ericsnowcurrently
284- Lib /test /support /interpreters / @ ericsnowcurrently
285287Modules /_interp * module.c @ ericsnowcurrently
288+ Lib /test /test__interp * .py @ ericsnowcurrently
289+ Lib /concurrent /interpreters / @ ericsnowcurrently
290+ Lib /test /support /channels.py @ ericsnowcurrently
291+ Doc /library /concurrent.interpreters.rst @ ericsnowcurrently
286292Lib /test /test_interpreters / @ ericsnowcurrently
293+ Lib /concurrent /futures /interpreter.py @ ericsnowcurrently
287294
288295# Android
289296** /* Android * @ mhsmith @ freakboy3742
@@ -298,7 +305,12 @@ Lib/test/test_interpreters/ @ericsnowcurrently
298305** /* -ios * @ freakboy3742
299306
300307# WebAssembly
301- /Tools /wasm / @ brettcannon @ freakboy3742
308+ Tools /wasm /config.site-wasm32-emscripten @ freakboy3742
309+ /Tools /wasm /README.md @ brettcannon @ freakboy3742
310+ /Tools /wasm /wasi-env @ brettcannon
311+ /Tools /wasm /wasi.py @ brettcannon
312+ /Tools /wasm /emscripten @ freakboy3742
313+ /Tools /wasm /wasi @ brettcannon
302314
303315# SBOM
304316/Misc /externals.spdx.json @ sethmlarson
@@ -326,3 +338,11 @@ Modules/_xxtestfuzz/ @ammaraskar
326338** /* templateobject * @ lysnikolaou
327339** /* templatelib * @ lysnikolaou
328340** /* tstring * @ lysnikolaou
341+
342+ # Remote debugging
343+ Python /remote_debug.h @ pablogsal
344+ Python /remote_debugging.c @ pablogsal
345+ Modules /_remote_debugging_module.c @ pablogsal @ ambv @ 1st1
346+
347+ # gettext
348+ ** /* gettext * @ tomasr8
0 commit comments