@@ -21,6 +21,7 @@ configure* @erlend-aasland @corona10
21
21
** /* context * @ 1st1
22
22
** /* genobject * @ markshannon
23
23
** /* hamt * @ 1st1
24
+ ** /* jit * @ brandtbucher
24
25
Objects /set * @ rhettinger
25
26
Objects /dict * @ methane @ markshannon
26
27
Objects /typevarobject.c @ JelleZijlstra
@@ -36,12 +37,40 @@ Python/flowgraph.c @markshannon @iritkatriel
36
37
Python /ast_opt.c @ isidentical
37
38
Python /bytecodes.c @ markshannon @ gvanrossum
38
39
Python /optimizer * .c @ markshannon @ gvanrossum
40
+ Python /optimizer_analysis.c @ Fidget-Spinner
41
+ Python /optimizer_bytecodes.c @ Fidget-Spinner
39
42
Lib /test /test_patma.py @ brandtbucher
40
- Lib /test /test_peepholer.py @ brandtbucher
41
43
Lib /test /test_type_ * .py @ JelleZijlstra
42
44
Lib /test /test_capi /test_misc.py @ markshannon @ gvanrossum
43
45
Tools /c-analyzer / @ ericsnowcurrently
44
46
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
+
45
74
# Exceptions
46
75
Lib /traceback.py @ iritkatriel
47
76
Lib /test /test_except * .py @ iritkatriel
@@ -50,13 +79,13 @@ Objects/exceptions.c @iritkatriel
50
79
Python /traceback.c @ iritkatriel
51
80
52
81
# 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
60
89
61
90
# logging
62
91
** /* logging * @ vsajip
@@ -76,8 +105,21 @@ Python/traceback.c @iritkatriel
76
105
# Import (including importlib).
77
106
** /* import * @ brettcannon @ ericsnowcurrently @ ncoghlan @ warsaw
78
107
/Python /import.c @ kumaraditya303
79
- ** /* importlib /resources /* @ jaraco @ warsaw @ FFY00
80
- ** /importlib /metadata /* @ jaraco @ warsaw
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
122
+ ** /* importlib /metadata /* @ jaraco @ warsaw
81
123
82
124
# Dates and times
83
125
** /* datetime * @ pganssle @ abalkin
@@ -120,6 +162,9 @@ Lib/ast.py @isidentical
120
162
/Lib /unittest /mock.py @ cjw296
121
163
/Lib /test /test_unittest /testmock /* @ cjw296
122
164
165
+ # multiprocessing
166
+ ** /* multiprocessing * @ gpshead
167
+
123
168
# SQLite 3
124
169
** /* sqlite * @ berkerpeksag @ erlend-aasland
125
170
@@ -187,18 +232,37 @@ Doc/c-api/stable.rst @encukou
187
232
** /* zipfile /_path /* @ jaraco
188
233
189
234
# 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
192
237
Doc /howto /clinic.rst @ erlend-aasland
193
238
194
239
# Subinterpreters
240
+ ** /* interpreteridobject. * @ ericsnowcurrently
241
+ ** /* crossinterp * @ ericsnowcurrently
195
242
Lib /test /support /interpreters / @ ericsnowcurrently
196
243
Modules /_xx * interp * module.c @ ericsnowcurrently
197
244
Lib /test /test_interpreters / @ ericsnowcurrently
198
245
246
+ # Android
247
+ ** /* Android * @ mhsmith
248
+ ** /* android * @ mhsmith
249
+
250
+ # iOS (but not termios)
251
+ ** /iOS * @ freakboy3742
252
+ ** /ios * @ freakboy3742
253
+ ** /* _iOS * @ freakboy3742
254
+ ** /* _ios * @ freakboy3742
255
+ ** /* -iOS * @ freakboy3742
256
+ ** /* -ios * @ freakboy3742
257
+
199
258
# WebAssembly
200
259
/Tools /wasm / @ brettcannon
201
260
202
261
# SBOM
262
+ /Misc /externals.spdx.json @ sethmlarson
203
263
/Misc /sbom.spdx.json @ sethmlarson
204
264
/Tools /build /generate_sbom.py @ sethmlarson
265
+
266
+ # Config Parser
267
+ Lib /configparser.py @ jaraco
268
+ Lib /test /test_configparser.py @ jaraco
0 commit comments