@@ -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
@@ -107,13 +108,16 @@ Objects/exceptions.c @iritkatriel
107108# Hashing & cryptographic primitives
108109** /* hashlib * @ gpshead @ tiran @ picnixz
109110** /* 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
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
115116** /* hmac * @ gpshead @ picnixz
116117
118+ # libssl
119+ ** /* ssl * @ gpshead @ picnixz
120+
117121# logging
118122** /* logging * @ vsajip
119123
@@ -164,6 +168,9 @@ Include/internal/pycore_time.h @pganssle @abalkin
164168** /* imap * @ python/email-team
165169** /* poplib * @ python/email-team
166170
171+ # Exclude .mailmap from being owned by @python/email-team
172+ /.mailmap
173+
167174# Garbage collector
168175/Modules /gcmodule.c @ pablogsal
169176/Doc /library /gc.rst @ pablogsal
@@ -185,6 +192,7 @@ Python/ast_opt.c @isidentical @eclips4
185192Parser /asdl.py @ isidentical @ JelleZijlstra @ eclips4
186193Parser /asdl_c.py @ isidentical @ JelleZijlstra @ eclips4
187194Lib /ast.py @ isidentical @ JelleZijlstra @ eclips4
195+ Lib /_ast_unparse.py @ isidentical @ JelleZijlstra @ eclips4
188196Lib /test /test_ast / @ eclips4
189197
190198# Mock
@@ -309,3 +317,6 @@ Doc/reference/ @willingc @AA-Turner
309317# Colorize
310318Lib /_colorize.py @ hugovk
311319Lib /test /test__colorize.py @ hugovk
320+
321+ # Fuzzing
322+ Modules /_xxtestfuzz / @ ammaraskar
0 commit comments