@@ -42,6 +42,33 @@ Lib/test/test_type_*.py @JelleZijlstra
4242Lib /test /test_capi /test_misc.py @ markshannon @ gvanrossum
4343Tools /c-analyzer / @ ericsnowcurrently
4444
45+ # dbm
46+ ** /* dbm * @ corona10 @ erlend-aasland @ serhiy-storchaka
47+
48+ # runtime state/lifecycle
49+ ** /* pylifecycle * @ ericsnowcurrently
50+ ** /* pystate * @ ericsnowcurrently
51+ ** /* preconfig * @ ericsnowcurrently
52+ ** /* initconfig * @ ericsnowcurrently
53+ ** /* pathconfig * @ ericsnowcurrently
54+ ** /* sysmodule * @ ericsnowcurrently
55+ ** /* bltinmodule * @ ericsnowcurrently
56+ ** /* gil * @ ericsnowcurrently
57+ Include /internal /pycore_runtime.h @ ericsnowcurrently
58+ Include /internal /pycore_interp.h @ ericsnowcurrently
59+ Include /internal /pycore_tstate.h @ ericsnowcurrently
60+ Include /internal /pycore_ * _state.h @ ericsnowcurrently
61+ Include /internal /pycore_ * _init.h @ ericsnowcurrently
62+ Include /internal /pycore_atexit.h @ ericsnowcurrently
63+ Include /internal /pycore_freelist.h @ ericsnowcurrently
64+ Include /internal /pycore_global_objects.h @ ericsnowcurrently
65+ Include /internal /pycore_obmalloc.h @ ericsnowcurrently
66+ Include /internal /pycore_pymem.h @ ericsnowcurrently
67+ Modules /main.c @ ericsnowcurrently
68+ Programs /_bootstrap_python.c @ ericsnowcurrently
69+ Programs /python.c @ ericsnowcurrently
70+ Tools /build /generate_global_objects.py @ ericsnowcurrently
71+
4572# Exceptions
4673Lib /traceback.py @ iritkatriel
4774Lib /test /test_except * .py @ iritkatriel
@@ -50,13 +77,13 @@ Objects/exceptions.c @iritkatriel
5077Python /traceback.c @ iritkatriel
5178
5279# Hashing
53- ** /* hashlib * @ tiran
54- ** /* pyhash * @ tiran
55- ** /* sha * @ tiran
56- ** / * md5 * @ tiran
57- ** /* blake * @ tiran
58- / Modules /_blake2 /** @ tiran
59- / Modules /_sha3 /** @ tiran
80+ ** /* hashlib * @ gpshead @ tiran
81+ ** /* pyhash * @ gpshead @ tiran
82+ ** /sha * @ gpshead @ tiran
83+ Modules / md5 * @ gpshead @ tiran
84+ ** /* blake * @ gpshead @ tiran
85+ Modules /_blake2 /** @ gpshead @ tiran
86+ Modules /_hacl /** @ gpshead
6087
6188# logging
6289** /* logging * @ vsajip
@@ -76,7 +103,20 @@ Python/traceback.c @iritkatriel
76103# Import (including importlib).
77104** /* import * @ brettcannon @ ericsnowcurrently @ ncoghlan @ warsaw
78105/Python /import.c @ kumaraditya303
79- ** /* importlib /resources /* @ jaraco @ warsaw @ FFY00
106+ Python /dynload_ * .c @ ericsnowcurrently
107+ ** /* freeze * @ ericsnowcurrently
108+ ** /* frozen * @ ericsnowcurrently
109+ ** /* modsupport * @ ericsnowcurrently
110+ ** /* modulefinder * @ ericsnowcurrently
111+ ** /* moduleobject * @ ericsnowcurrently
112+ ** /* multiphase * @ ericsnowcurrently
113+ ** /* pkgutil * @ ericsnowcurrently
114+ ** /* pythonrun * @ ericsnowcurrently
115+ ** /* runpy * @ ericsnowcurrently
116+ ** /* singlephase * @ ericsnowcurrently
117+ Lib /test /test_module / @ ericsnowcurrently
118+ Doc /c-api /module.rst @ ericsnowcurrently
119+ ** /* importlib /resources /* @ jaraco @ warsaw @ FFY00
80120** /importlib /metadata /* @ jaraco @ warsaw
81121
82122# Dates and times
@@ -120,6 +160,9 @@ Lib/ast.py @isidentical
120160/Lib /unittest /mock.py @ cjw296
121161/Lib /test /test_unittest /testmock /* @ cjw296
122162
163+ # multiprocessing
164+ ** /* multiprocessing * @ gpshead
165+
123166# SQLite 3
124167** /* sqlite * @ berkerpeksag @ erlend-aasland
125168
@@ -192,6 +235,8 @@ Doc/c-api/stable.rst @encukou
192235Doc /howto /clinic.rst @ erlend-aasland
193236
194237# Subinterpreters
238+ ** /* interpreteridobject. * @ ericsnowcurrently
239+ ** /* crossinterp * @ ericsnowcurrently
195240Lib /test /support /interpreters / @ ericsnowcurrently
196241Modules /_xx * interp * module.c @ ericsnowcurrently
197242Lib /test /test_interpreters / @ ericsnowcurrently
0 commit comments