@@ -30,6 +30,7 @@ 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
@@ -106,13 +107,17 @@ Objects/exceptions.c @iritkatriel
106107
107108# Hashing & cryptographic primitives
108109** /* hashlib * @ gpshead @ tiran @ picnixz
109- ** /* pyhash * @ gpshead @ tiran
110- ** /sha * @ gpshead @ tiran @ picnixz
111- Modules /md5 * @ gpshead @ tiran @ picnixz
112- ** /* blake * @ gpshead @ tiran @ picnixz
113- Modules /_hacl /** @ gpshead
110+ ** /* hashopenssl * @ gpshead @ tiran @ picnixz
111+ ** /* pyhash * @ gpshead @ tiran @ picnixz
112+ Modules /* blake * @ gpshead @ tiran @ picnixz
113+ Modules /* md5 * @ gpshead @ tiran @ picnixz
114+ Modules /* sha * @ gpshead @ tiran @ picnixz
115+ Modules /_hacl /** @ gpshead @ picnixz
114116** /* hmac * @ gpshead @ picnixz
115117
118+ # libssl
119+ ** /* ssl * @ gpshead @ picnixz
120+
116121# logging
117122** /* logging * @ vsajip
118123
@@ -163,6 +168,9 @@ Include/internal/pycore_time.h @pganssle @abalkin
163168** /* imap * @ python/email-team
164169** /* poplib * @ python/email-team
165170
171+ # Exclude .mailmap from being owned by @python/email-team
172+ /.mailmap
173+
166174# Garbage collector
167175/Modules /gcmodule.c @ pablogsal
168176/Doc /library /gc.rst @ pablogsal
@@ -180,10 +188,11 @@ Include/internal/pycore_time.h @pganssle @abalkin
180188
181189# AST
182190Python /ast.c @ isidentical @ JelleZijlstra @ eclips4
183- Python /ast_opt.c @ isidentical @ eclips4
191+ Python /ast_preprocess.c @ isidentical @ eclips4
184192Parser /asdl.py @ isidentical @ JelleZijlstra @ eclips4
185193Parser /asdl_c.py @ isidentical @ JelleZijlstra @ eclips4
186194Lib /ast.py @ isidentical @ JelleZijlstra @ eclips4
195+ Lib /_ast_unparse.py @ isidentical @ JelleZijlstra @ eclips4
187196Lib /test /test_ast / @ eclips4
188197
189198# Mock
@@ -289,7 +298,12 @@ Lib/test/test_interpreters/ @ericsnowcurrently
289298** /* -ios * @ freakboy3742
290299
291300# WebAssembly
292- /Tools /wasm / @ brettcannon @ freakboy3742
301+ Tools /wasm /config.site-wasm32-emscripten @ freakboy3742
302+ /Tools /wasm /README.md @ brettcannon @ freakboy3742
303+ /Tools /wasm /wasi-env @ brettcannon
304+ /Tools /wasm /wasi.py @ brettcannon
305+ /Tools /wasm /emscripten @ freakboy3742
306+ /Tools /wasm /wasi @ brettcannon
293307
294308# SBOM
295309/Misc /externals.spdx.json @ sethmlarson
@@ -308,3 +322,12 @@ Doc/reference/ @willingc @AA-Turner
308322# Colorize
309323Lib /_colorize.py @ hugovk
310324Lib /test /test__colorize.py @ hugovk
325+
326+ # Fuzzing
327+ Modules /_xxtestfuzz / @ ammaraskar
328+
329+ # t-strings
330+ ** /* interpolationobject * @ lysnikolaou
331+ ** /* templateobject * @ lysnikolaou
332+ ** /* templatelib * @ lysnikolaou
333+ ** /* tstring * @ lysnikolaou
0 commit comments