@@ -30,10 +30,12 @@ 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
3637Objects /call.c @ markshannon
38+ Objects /object.c @ ZeroIntensity
3739Python /ceval * .c @ markshannon
3840Python /ceval * .h @ markshannon
3941Python /codegen.c @ markshannon @ iritkatriel
@@ -65,8 +67,8 @@ Doc/_static/** @AA-Turner @hugovk
6567Doc /tools /** @ AA-Turner @ hugovk
6668
6769# runtime state/lifecycle
68- ** /* pylifecycle * @ ericsnowcurrently
69- ** /* pystate * @ ericsnowcurrently
70+ ** /* pylifecycle * @ ericsnowcurrently @ ZeroIntensity
71+ ** /* pystate * @ ericsnowcurrently @ ZeroIntensity
7072** /* preconfig * @ ericsnowcurrently
7173** /* initconfig * @ ericsnowcurrently
7274** /* pathconfig * @ ericsnowcurrently
@@ -107,13 +109,16 @@ Objects/exceptions.c @iritkatriel
107109# Hashing & cryptographic primitives
108110** /* hashlib * @ gpshead @ tiran @ picnixz
109111** /* hashopenssl * @ gpshead @ tiran @ picnixz
110- ** /* pyhash * @ gpshead @ tiran
111- ** / sha * @ gpshead @ tiran @ picnixz
112- Modules /md5 * @ gpshead @ tiran @ picnixz
113- ** / * blake * @ gpshead @ tiran @ picnixz
114- Modules /_hacl /** @ gpshead
112+ ** /* pyhash * @ gpshead @ tiran @ picnixz
113+ Modules / * blake * @ gpshead @ tiran @ picnixz
114+ Modules /* md5 * @ gpshead @ tiran @ picnixz
115+ Modules / * sha * @ gpshead @ tiran @ picnixz
116+ Modules /_hacl /** @ gpshead @ picnixz
115117** /* hmac * @ gpshead @ picnixz
116118
119+ # libssl
120+ ** /* ssl * @ gpshead @ picnixz
121+
117122# logging
118123** /* logging * @ vsajip
119124
@@ -164,6 +169,9 @@ Include/internal/pycore_time.h @pganssle @abalkin
164169** /* imap * @ python/email-team
165170** /* poplib * @ python/email-team
166171
172+ # Exclude .mailmap from being owned by @python/email-team
173+ /.mailmap
174+
167175# Garbage collector
168176/Modules /gcmodule.c @ pablogsal
169177/Doc /library /gc.rst @ pablogsal
@@ -181,10 +189,11 @@ Include/internal/pycore_time.h @pganssle @abalkin
181189
182190# AST
183191Python /ast.c @ isidentical @ JelleZijlstra @ eclips4
184- Python /ast_opt.c @ isidentical @ eclips4
192+ Python /ast_preprocess.c @ isidentical @ eclips4
185193Parser /asdl.py @ isidentical @ JelleZijlstra @ eclips4
186194Parser /asdl_c.py @ isidentical @ JelleZijlstra @ eclips4
187195Lib /ast.py @ isidentical @ JelleZijlstra @ eclips4
196+ Lib /_ast_unparse.py @ isidentical @ JelleZijlstra @ eclips4
188197Lib /test /test_ast / @ eclips4
189198
190199# Mock
@@ -273,9 +282,13 @@ Doc/howto/clinic.rst @erlend-aasland
273282# Subinterpreters
274283** /* interpreteridobject. * @ ericsnowcurrently
275284** /* crossinterp * @ ericsnowcurrently
276- Lib /test /support /interpreters / @ ericsnowcurrently
277285Modules /_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
278290Lib /test /test_interpreters / @ ericsnowcurrently
291+ Lib /concurrent /futures /interpreter.py @ ericsnowcurrently
279292
280293# Android
281294** /* Android * @ mhsmith @ freakboy3742
@@ -290,7 +303,12 @@ Lib/test/test_interpreters/ @ericsnowcurrently
290303** /* -ios * @ freakboy3742
291304
292305# WebAssembly
293- /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
294312
295313# SBOM
296314/Misc /externals.spdx.json @ sethmlarson
@@ -312,3 +330,14 @@ Lib/test/test__colorize.py @hugovk
312330
313331# Fuzzing
314332Modules /_xxtestfuzz / @ ammaraskar
333+
334+ # t-strings
335+ ** /* interpolationobject * @ lysnikolaou
336+ ** /* templateobject * @ lysnikolaou
337+ ** /* templatelib * @ lysnikolaou
338+ ** /* 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