@@ -16,14 +16,17 @@ configure* @erlend-aasland @corona10
1616Makefile.pre.in @ erlend-aasland
1717Modules /Setup * @ erlend-aasland
1818
19+ # argparse
20+ ** /* argparse * @ savannahostrowski
21+
1922# asyncio
20- ** /* asyncio * @ 1st1 @ asvetlov @ gvanrossum @ kumaraditya303 @ willingc
23+ ** /* asyncio * @ 1st1 @ asvetlov @ kumaraditya303 @ willingc
2124
2225# Core
2326** /* context * @ 1st1
2427** /* genobject * @ markshannon
2528** /* hamt * @ 1st1
26- ** /* jit * @ brandtbucher
29+ ** /* jit * @ brandtbucher @ savannahostrowski
2730Objects /set * @ rhettinger
2831Objects /dict * @ methane @ markshannon
2932Objects /typevarobject.c @ JelleZijlstra
@@ -78,24 +81,35 @@ Programs/_bootstrap_python.c @ericsnowcurrently
7881Programs /python.c @ ericsnowcurrently
7982Tools /build /generate_global_objects.py @ ericsnowcurrently
8083
84+ # Initialization
85+ Doc /library /sys_path_init.rst @ FFY00
86+ Doc /c-api /init_config.rst @ FFY00
87+
88+ # getpath
89+ ** /* getpath * @ FFY00
90+
91+ # site
92+ ** /* site.py @ FFY00
93+ Doc /library /site.rst @ FFY00
94+
8195# Exceptions
8296Lib /test /test_except * .py @ iritkatriel
8397Objects /exceptions.c @ iritkatriel
8498
85- # Hashing
86- ** /* hashlib * @ gpshead @ tiran
99+ # Hashing & cryptographic primitives
100+ ** /* hashlib * @ gpshead @ tiran @ picnixz
87101** /* pyhash * @ gpshead @ tiran
88- ** /sha * @ gpshead @ tiran
89- Modules /md5 * @ gpshead @ tiran
90- ** /* blake * @ gpshead @ tiran
91- Modules /_blake2 /** @ gpshead @ tiran
102+ ** /sha * @ gpshead @ tiran @ picnixz
103+ Modules /md5 * @ gpshead @ tiran @ picnixz
104+ ** /* blake * @ gpshead @ tiran @ picnixz
92105Modules /_hacl /** @ gpshead
106+ ** /* hmac * @ gpshead @ picnixz
93107
94108# logging
95109** /* logging * @ vsajip
96110
97111# venv
98- ** /* venv * @ vsajip
112+ ** /* venv * @ vsajip @ FFY00
99113
100114# Launcher
101115/PC /launcher.c @ vsajip
@@ -207,7 +221,6 @@ Doc/c-api/stable.rst @encukou
207221** /* bisect * @ rhettinger
208222** /* heapq * @ rhettinger
209223** /* functools * @ rhettinger
210- ** /* decimal * @ rhettinger
211224
212225** /* dataclasses * @ ericvsmith
213226
@@ -256,8 +269,8 @@ Modules/_interp*module.c @ericsnowcurrently
256269Lib /test /test_interpreters / @ ericsnowcurrently
257270
258271# Android
259- ** /* Android * @ mhsmith
260- ** /* android * @ mhsmith
272+ ** /* Android * @ mhsmith @ freakboy3742
273+ ** /* android * @ mhsmith @ freakboy3742
261274
262275# iOS (but not termios)
263276** /iOS * @ freakboy3742
@@ -268,7 +281,7 @@ Lib/test/test_interpreters/ @ericsnowcurrently
268281** /* -ios * @ freakboy3742
269282
270283# WebAssembly
271- /Tools /wasm / @ brettcannon
284+ /Tools /wasm / @ brettcannon @ freakboy3742
272285
273286# SBOM
274287/Misc /externals.spdx.json @ sethmlarson
@@ -281,3 +294,5 @@ Lib/test/test_configparser.py @jaraco
281294
282295# Doc sections
283296Doc /reference / @ willingc
297+
298+ ** /* weakref * @ kumaraditya303
0 commit comments