@@ -21,6 +21,7 @@ configure* @erlend-aasland @corona10
2121** /* context * @ 1st1
2222** /* genobject * @ markshannon
2323** /* hamt * @ 1st1
24+ ** /* jit * @ brandtbucher
2425Objects /set * @ rhettinger
2526Objects /dict * @ methane @ markshannon
2627Objects /typevarobject.c @ JelleZijlstra
@@ -37,11 +38,37 @@ Python/ast_opt.c @isidentical
3738Python /bytecodes.c @ markshannon @ gvanrossum
3839Python /optimizer * .c @ markshannon @ gvanrossum
3940Lib /test /test_patma.py @ brandtbucher
40- Lib /test /test_peepholer.py @ brandtbucher
4141Lib /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
@@ -76,7 +103,20 @@ Modules/_hacl/** @gpshead
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
@@ -190,11 +230,13 @@ Doc/c-api/stable.rst @encukou
190230** /* zipfile /_path /* @ jaraco
191231
192232# Argument Clinic
193- /Tools /clinic /** @ erlend-aasland @ AlexWaygood
194- /Lib /test /test_clinic.py @ erlend-aasland @ AlexWaygood
233+ /Tools /clinic /** @ erlend-aasland
234+ /Lib /test /test_clinic.py @ erlend-aasland
195235Doc /howto /clinic.rst @ erlend-aasland
196236
197237# Subinterpreters
238+ ** /* interpreteridobject. * @ ericsnowcurrently
239+ ** /* crossinterp * @ ericsnowcurrently
198240Lib /test /support /interpreters / @ ericsnowcurrently
199241Modules /_xx * interp * module.c @ ericsnowcurrently
200242Lib /test /test_interpreters / @ ericsnowcurrently
0 commit comments