summaryrefslogtreecommitdiffstats
path: root/.github/CODEOWNERS
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2023-12-13 16:29:40 (GMT)
committerGitHub <noreply@github.com>2023-12-13 16:29:40 (GMT)
commit480b4b359d710c74f31e2ffd7fc51750dcec7012 (patch)
treec1bbf5b2fe6c3e480f2bac0e1215b38012a3878c /.github/CODEOWNERS
parent6644ca45cde9ca1b80513a90dacccfeea2d98620 (diff)
downloadcpython-480b4b359d710c74f31e2ffd7fc51750dcec7012.zip
cpython-480b4b359d710c74f31e2ffd7fc51750dcec7012.tar.gz
cpython-480b4b359d710c74f31e2ffd7fc51750dcec7012.tar.bz2
gh-76785: Fix CODEOWNERS (gh-113038)
In gh-112982 I made some changes to .github/CODEOWNERS. Later, @ezio-melotti pointed out that some of those changes were unnecessary.
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r--.github/CODEOWNERS21
1 files changed, 7 insertions, 14 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index f8291d8..db28c2a 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -40,6 +40,7 @@ Lib/test/test_patma.py @brandtbucher
Lib/test/test_peepholer.py @brandtbucher
Lib/test/test_type_*.py @JelleZijlstra
Lib/test/test_capi/test_misc.py @markshannon @gvanrossum
+Tools/c-analyzer/ @ericsnowcurrently
# Exceptions
Lib/traceback.py @iritkatriel
@@ -78,11 +79,6 @@ Python/traceback.c @iritkatriel
**/*importlib/resources/* @jaraco @warsaw @FFY00
**/importlib/metadata/* @jaraco @warsaw
-# Subinterpreters
-Lib/test/support/interpreters/** @ericsnowcurrently
-Modules/_xx*interp*module.c @ericsnowcurrently
-Lib/test/test_interpreters/** @ericsnowcurrently
-
# Dates and times
**/*datetime* @pganssle @abalkin
**/*str*time* @pganssle @abalkin
@@ -153,15 +149,7 @@ Doc/c-api/stable.rst @encukou
**/*itertools* @rhettinger
**/*collections* @rhettinger
**/*random* @rhettinger
-Doc/**/*queue* @rhettinger
-PCbuild/**/*queue* @rhettinger
-Modules/_queuemodule.c @rhettinger
-Lib/*queue*.py @rhettinger
-Lib/asyncio/*queue*.py @rhettinger
-Lib/multiprocessing/*queue*.py @rhettinger
-Lib/test/*queue*.py @rhettinger
-Lib/test_asyncio/*queue*.py @rhettinger
-Lib/test_multiprocessing/*queue*.py @rhettinger
+**/*queue* @rhettinger
**/*bisect* @rhettinger
**/*heapq* @rhettinger
**/*functools* @rhettinger
@@ -201,6 +189,11 @@ Lib/test_multiprocessing/*queue*.py @rhettinger
/Lib/test/test_clinic.py @erlend-aasland @AlexWaygood
Doc/howto/clinic.rst @erlend-aasland
+# Subinterpreters
+Lib/test/support/interpreters/ @ericsnowcurrently
+Modules/_xx*interp*module.c @ericsnowcurrently
+Lib/test/test_interpreters/ @ericsnowcurrently
+
# WebAssembly
/Tools/wasm/ @brettcannon