We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30aeb00 commit 6309e9eCopy full SHA for 6309e9e
.github/CODEOWNERS
@@ -81,6 +81,17 @@ Programs/_bootstrap_python.c @ericsnowcurrently
81
Programs/python.c @ericsnowcurrently
82
Tools/build/generate_global_objects.py @ericsnowcurrently
83
84
+# Initialization
85
+Doc/library/sys_path_init.rst @FFY00
86
+Doc/c-api/init_config.rst @FFY00
87
+
88
+# getpath
89
+**/*getpath* @FFY00
90
91
+# site
92
+**/*site.py @FFY00
93
+Doc/library/site.rst @FFY00
94
95
# Exceptions
96
Lib/test/test_except*.py @iritkatriel
97
Objects/exceptions.c @iritkatriel
@@ -97,7 +108,7 @@ Modules/_hacl/** @gpshead
108
**/*logging* @vsajip
98
109
99
110
# venv
100
-**/*venv* @vsajip
111
+**/*venv* @vsajip @FFY00
101
112
102
113
# Launcher
103
114
/PC/launcher.c @vsajip
0 commit comments