@@ -21,21 +21,53 @@ 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
27
28
Objects /type * @ markshannon
28
29
Objects /codeobject.c @ markshannon
29
30
Objects /frameobject.c @ markshannon
30
31
Objects /call.c @ markshannon
31
- Python /ceval.c @ markshannon
32
+ Python /ceval * .c @ markshannon @ gvanrossum
33
+ Python /ceval * .h @ markshannon @ gvanrossum
32
34
Python /compile.c @ markshannon @ iritkatriel
33
35
Python /assemble.c @ markshannon @ iritkatriel
34
36
Python /flowgraph.c @ markshannon @ iritkatriel
35
37
Python /ast_opt.c @ isidentical
38
+ Python /bytecodes.c @ markshannon @ gvanrossum
39
+ Python /optimizer * .c @ markshannon @ gvanrossum
36
40
Lib /test /test_patma.py @ brandtbucher
37
- Lib /test /test_peepholer.py @ brandtbucher
38
41
Lib /test /test_type_ * .py @ JelleZijlstra
42
+ Lib /test /test_capi /test_misc.py @ markshannon @ gvanrossum
43
+ Tools /c-analyzer / @ ericsnowcurrently
44
+
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
39
71
40
72
# Exceptions
41
73
Lib /traceback.py @ iritkatriel
@@ -45,13 +77,13 @@ Objects/exceptions.c @iritkatriel
45
77
Python /traceback.c @ iritkatriel
46
78
47
79
# Hashing
48
- ** /* hashlib * @ tiran
49
- ** /* pyhash * @ tiran
50
- ** /* sha * @ tiran
51
- ** / * md5 * @ tiran
52
- ** /* blake * @ tiran
53
- / Modules /_blake2 /** @ tiran
54
- / 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
55
87
56
88
# logging
57
89
** /* logging * @ vsajip
@@ -71,7 +103,20 @@ Python/traceback.c @iritkatriel
71
103
# Import (including importlib).
72
104
** /* import * @ brettcannon @ ericsnowcurrently @ ncoghlan @ warsaw
73
105
/Python /import.c @ kumaraditya303
74
- ** /* 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
75
120
** /importlib /metadata /* @ jaraco @ warsaw
76
121
77
122
# Dates and times
@@ -102,6 +147,9 @@ Include/internal/pycore_time.h @pganssle @abalkin
102
147
/Lib /tokenize.py @ pablogsal @ lysnikolaou
103
148
/Lib /test /test_tokenize.py @ pablogsal @ lysnikolaou
104
149
150
+ # Code generator
151
+ /Tools /cases_generator / @ gvanrossum
152
+
105
153
# AST
106
154
Python /ast.c @ isidentical
107
155
Parser /asdl.py @ isidentical
@@ -112,6 +160,9 @@ Lib/ast.py @isidentical
112
160
/Lib /unittest /mock.py @ cjw296
113
161
/Lib /test /test_unittest /testmock /* @ cjw296
114
162
163
+ # multiprocessing
164
+ ** /* multiprocessing * @ gpshead
165
+
115
166
# SQLite 3
116
167
** /* sqlite * @ berkerpeksag @ erlend-aasland
117
168
@@ -149,9 +200,11 @@ Doc/c-api/stable.rst @encukou
149
200
150
201
** /* dataclasses * @ ericvsmith
151
202
203
+ ** /* ensurepip * @ pfmoore @ pradyunsg
204
+
152
205
** /* idlelib * @ terryjreedy
153
206
154
- ** /* typing * @ gvanrossum @ Fidget-Spinner @ JelleZijlstra @ AlexWaygood
207
+ ** /* typing * @ JelleZijlstra @ AlexWaygood
155
208
156
209
** /* ftplib @ giampaolo
157
210
** /* shutil @ giampaolo
@@ -177,9 +230,20 @@ Doc/c-api/stable.rst @encukou
177
230
** /* zipfile /_path /* @ jaraco
178
231
179
232
# Argument Clinic
180
- /Tools /clinic /** @ erlend-aasland @ AlexWaygood
181
- /Lib /test /test_clinic.py @ erlend-aasland @ AlexWaygood
233
+ /Tools /clinic /** @ erlend-aasland
234
+ /Lib /test /test_clinic.py @ erlend-aasland
182
235
Doc /howto /clinic.rst @ erlend-aasland
183
236
237
+ # Subinterpreters
238
+ ** /* interpreteridobject. * @ ericsnowcurrently
239
+ ** /* crossinterp * @ ericsnowcurrently
240
+ Lib /test /support /interpreters / @ ericsnowcurrently
241
+ Modules /_xx * interp * module.c @ ericsnowcurrently
242
+ Lib /test /test_interpreters / @ ericsnowcurrently
243
+
184
244
# WebAssembly
185
245
/Tools /wasm / @ brettcannon
246
+
247
+ # SBOM
248
+ /Misc /sbom.spdx.json @ sethmlarson
249
+ /Tools /build /generate_sbom.py @ sethmlarson
0 commit comments