@@ -45,6 +45,30 @@ Tools/c-analyzer/ @ericsnowcurrently
45
45
# dbm
46
46
** /* dbm * @ corona10 @ erlend-aasland @ serhiy-storchaka
47
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
+
48
72
# Exceptions
49
73
Lib /traceback.py @ iritkatriel
50
74
Lib /test /test_except * .py @ iritkatriel
@@ -79,7 +103,20 @@ Modules/_hacl/** @gpshead
79
103
# Import (including importlib).
80
104
** /* import * @ brettcannon @ ericsnowcurrently @ ncoghlan @ warsaw
81
105
/Python /import.c @ kumaraditya303
82
- ** /* 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
83
120
** /importlib /metadata /* @ jaraco @ warsaw
84
121
85
122
# Dates and times
@@ -198,6 +235,8 @@ Doc/c-api/stable.rst @encukou
198
235
Doc /howto /clinic.rst @ erlend-aasland
199
236
200
237
# Subinterpreters
238
+ ** /* interpreteridobject. * @ ericsnowcurrently
239
+ ** /* crossinterp * @ ericsnowcurrently
201
240
Lib /test /support /interpreters / @ ericsnowcurrently
202
241
Modules /_xx * interp * module.c @ ericsnowcurrently
203
242
Lib /test /test_interpreters / @ ericsnowcurrently
0 commit comments