Skip to content

Commit e40a54d

Browse files
ericsnowcurrentlyaisk
authored andcommitted
pythongh-76785: Fix CODEOWNERS (pythongh-113038)
In pythongh-112982 I made some changes to .github/CODEOWNERS. Later, @ezio-melotti pointed out that some of those changes were unnecessary.
1 parent b1df4a6 commit e40a54d

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

.github/CODEOWNERS

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Lib/test/test_patma.py @brandtbucher
4040
Lib/test/test_peepholer.py @brandtbucher
4141
Lib/test/test_type_*.py @JelleZijlstra
4242
Lib/test/test_capi/test_misc.py @markshannon @gvanrossum
43+
Tools/c-analyzer/ @ericsnowcurrently
4344

4445
# Exceptions
4546
Lib/traceback.py @iritkatriel
@@ -78,11 +79,6 @@ Python/traceback.c @iritkatriel
7879
**/*importlib/resources/* @jaraco @warsaw @FFY00
7980
**/importlib/metadata/* @jaraco @warsaw
8081

81-
# Subinterpreters
82-
Lib/test/support/interpreters/** @ericsnowcurrently
83-
Modules/_xx*interp*module.c @ericsnowcurrently
84-
Lib/test/test_interpreters/** @ericsnowcurrently
85-
8682
# Dates and times
8783
**/*datetime* @pganssle @abalkin
8884
**/*str*time* @pganssle @abalkin
@@ -153,15 +149,7 @@ Doc/c-api/stable.rst @encukou
153149
**/*itertools* @rhettinger
154150
**/*collections* @rhettinger
155151
**/*random* @rhettinger
156-
Doc/**/*queue* @rhettinger
157-
PCbuild/**/*queue* @rhettinger
158-
Modules/_queuemodule.c @rhettinger
159-
Lib/*queue*.py @rhettinger
160-
Lib/asyncio/*queue*.py @rhettinger
161-
Lib/multiprocessing/*queue*.py @rhettinger
162-
Lib/test/*queue*.py @rhettinger
163-
Lib/test_asyncio/*queue*.py @rhettinger
164-
Lib/test_multiprocessing/*queue*.py @rhettinger
152+
**/*queue* @rhettinger
165153
**/*bisect* @rhettinger
166154
**/*heapq* @rhettinger
167155
**/*functools* @rhettinger
@@ -201,6 +189,11 @@ Lib/test_multiprocessing/*queue*.py @rhettinger
201189
/Lib/test/test_clinic.py @erlend-aasland @AlexWaygood
202190
Doc/howto/clinic.rst @erlend-aasland
203191

192+
# Subinterpreters
193+
Lib/test/support/interpreters/ @ericsnowcurrently
194+
Modules/_xx*interp*module.c @ericsnowcurrently
195+
Lib/test/test_interpreters/ @ericsnowcurrently
196+
204197
# WebAssembly
205198
/Tools/wasm/ @brettcannon
206199

0 commit comments

Comments
 (0)