Skip to content

Commit df17b52

Browse files
Add More Entries to CODEOWNERS (#114617)
1 parent 7e31d6d commit df17b52

File tree

1 file changed

+40
-1
lines changed

1 file changed

+40
-1
lines changed

.github/CODEOWNERS

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,30 @@ Tools/c-analyzer/ @ericsnowcurrently
4545
# dbm
4646
**/*dbm* @corona10 @erlend-aasland @serhiy-storchaka
4747

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+
4872
# Exceptions
4973
Lib/traceback.py @iritkatriel
5074
Lib/test/test_except*.py @iritkatriel
@@ -79,7 +103,20 @@ Modules/_hacl/** @gpshead
79103
# Import (including importlib).
80104
**/*import* @brettcannon @ericsnowcurrently @ncoghlan @warsaw
81105
/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
83120
**/importlib/metadata/* @jaraco @warsaw
84121

85122
# Dates and times
@@ -198,6 +235,8 @@ Doc/c-api/stable.rst @encukou
198235
Doc/howto/clinic.rst @erlend-aasland
199236

200237
# Subinterpreters
238+
**/*interpreteridobject.* @ericsnowcurrently
239+
**/*crossinterp* @ericsnowcurrently
201240
Lib/test/support/interpreters/ @ericsnowcurrently
202241
Modules/_xx*interp*module.c @ericsnowcurrently
203242
Lib/test/test_interpreters/ @ericsnowcurrently

0 commit comments

Comments
 (0)