@@ -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
@@ -36,12 +37,40 @@ Python/flowgraph.c @markshannon @iritkatriel
3637Python /ast_opt.c @ isidentical
3738Python /bytecodes.c @ markshannon @ gvanrossum
3839Python /optimizer * .c @ markshannon @ gvanrossum
40+ Python /optimizer_analysis.c @ Fidget-Spinner
41+ Python /tier2_redundancy_eliminator_bytecodes.c @ Fidget-Spinner
3942Lib /test /test_patma.py @ brandtbucher
40- Lib /test /test_peepholer.py @ brandtbucher
4143Lib /test /test_type_ * .py @ JelleZijlstra
4244Lib /test /test_capi /test_misc.py @ markshannon @ gvanrossum
4345Tools /c-analyzer / @ ericsnowcurrently
4446
47+ # dbm
48+ ** /* dbm * @ corona10 @ erlend-aasland @ serhiy-storchaka
49+
50+ # runtime state/lifecycle
51+ ** /* pylifecycle * @ ericsnowcurrently
52+ ** /* pystate * @ ericsnowcurrently
53+ ** /* preconfig * @ ericsnowcurrently
54+ ** /* initconfig * @ ericsnowcurrently
55+ ** /* pathconfig * @ ericsnowcurrently
56+ ** /* sysmodule * @ ericsnowcurrently
57+ ** /* bltinmodule * @ ericsnowcurrently
58+ ** /* gil * @ ericsnowcurrently
59+ Include /internal /pycore_runtime.h @ ericsnowcurrently
60+ Include /internal /pycore_interp.h @ ericsnowcurrently
61+ Include /internal /pycore_tstate.h @ ericsnowcurrently
62+ Include /internal /pycore_ * _state.h @ ericsnowcurrently
63+ Include /internal /pycore_ * _init.h @ ericsnowcurrently
64+ Include /internal /pycore_atexit.h @ ericsnowcurrently
65+ Include /internal /pycore_freelist.h @ ericsnowcurrently
66+ Include /internal /pycore_global_objects.h @ ericsnowcurrently
67+ Include /internal /pycore_obmalloc.h @ ericsnowcurrently
68+ Include /internal /pycore_pymem.h @ ericsnowcurrently
69+ Modules /main.c @ ericsnowcurrently
70+ Programs /_bootstrap_python.c @ ericsnowcurrently
71+ Programs /python.c @ ericsnowcurrently
72+ Tools /build /generate_global_objects.py @ ericsnowcurrently
73+
4574# Exceptions
4675Lib /traceback.py @ iritkatriel
4776Lib /test /test_except * .py @ iritkatriel
@@ -50,13 +79,13 @@ Objects/exceptions.c @iritkatriel
5079Python /traceback.c @ iritkatriel
5180
5281# Hashing
53- ** /* hashlib * @ tiran
54- ** /* pyhash * @ tiran
55- ** /* sha * @ tiran
56- ** / * md5 * @ tiran
57- ** /* blake * @ tiran
58- / Modules /_blake2 /** @ tiran
59- / Modules /_sha3 /** @ tiran
82+ ** /* hashlib * @ gpshead @ tiran
83+ ** /* pyhash * @ gpshead @ tiran
84+ ** /sha * @ gpshead @ tiran
85+ Modules / md5 * @ gpshead @ tiran
86+ ** /* blake * @ gpshead @ tiran
87+ Modules /_blake2 /** @ gpshead @ tiran
88+ Modules /_hacl /** @ gpshead
6089
6190# logging
6291** /* logging * @ vsajip
@@ -76,7 +105,20 @@ Python/traceback.c @iritkatriel
76105# Import (including importlib).
77106** /* import * @ brettcannon @ ericsnowcurrently @ ncoghlan @ warsaw
78107/Python /import.c @ kumaraditya303
79- ** /* importlib /resources /* @ jaraco @ warsaw @ FFY00
108+ Python /dynload_ * .c @ ericsnowcurrently
109+ ** /* freeze * @ ericsnowcurrently
110+ ** /* frozen * @ ericsnowcurrently
111+ ** /* modsupport * @ ericsnowcurrently
112+ ** /* modulefinder * @ ericsnowcurrently
113+ ** /* moduleobject * @ ericsnowcurrently
114+ ** /* multiphase * @ ericsnowcurrently
115+ ** /* pkgutil * @ ericsnowcurrently
116+ ** /* pythonrun * @ ericsnowcurrently
117+ ** /* runpy * @ ericsnowcurrently
118+ ** /* singlephase * @ ericsnowcurrently
119+ Lib /test /test_module / @ ericsnowcurrently
120+ Doc /c-api /module.rst @ ericsnowcurrently
121+ ** /* importlib /resources /* @ jaraco @ warsaw @ FFY00
80122** /importlib /metadata /* @ jaraco @ warsaw
81123
82124# Dates and times
@@ -120,6 +162,9 @@ Lib/ast.py @isidentical
120162/Lib /unittest /mock.py @ cjw296
121163/Lib /test /test_unittest /testmock /* @ cjw296
122164
165+ # multiprocessing
166+ ** /* multiprocessing * @ gpshead
167+
123168# SQLite 3
124169** /* sqlite * @ berkerpeksag @ erlend-aasland
125170
@@ -187,11 +232,13 @@ Doc/c-api/stable.rst @encukou
187232** /* zipfile /_path /* @ jaraco
188233
189234# Argument Clinic
190- /Tools /clinic /** @ erlend-aasland @ AlexWaygood
191- /Lib /test /test_clinic.py @ erlend-aasland @ AlexWaygood
235+ /Tools /clinic /** @ erlend-aasland
236+ /Lib /test /test_clinic.py @ erlend-aasland
192237Doc /howto /clinic.rst @ erlend-aasland
193238
194239# Subinterpreters
240+ ** /* interpreteridobject. * @ ericsnowcurrently
241+ ** /* crossinterp * @ ericsnowcurrently
195242Lib /test /support /interpreters / @ ericsnowcurrently
196243Modules /_xx * interp * module.c @ ericsnowcurrently
197244Lib /test /test_interpreters / @ ericsnowcurrently
0 commit comments