summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Hettinger <rhettinger@users.noreply.github.com>2024-06-18 11:47:32 (GMT)
committerGitHub <noreply@github.com>2024-06-18 11:47:32 (GMT)
commit3044d3866e87bd236d8e7931fb4aa176ba483716 (patch)
tree94b8fe7373cf88f70a873fe9dcaad0acfbd80bf4
parent9cefcc0ee781a1bef9e0685c2271237005fb488b (diff)
downloadcpython-3044d3866e87bd236d8e7931fb4aa176ba483716.zip
cpython-3044d3866e87bd236d8e7931fb4aa176ba483716.tar.gz
cpython-3044d3866e87bd236d8e7931fb4aa176ba483716.tar.bz2
No longer watch the queue module, remove rhettinger (#120664)
-rw-r--r--.github/CODEOWNERS3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index eb7cc88..e8f4a46 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -42,7 +42,7 @@ Python/bytecodes.c @markshannon
Python/optimizer*.c @markshannon
Python/optimizer_analysis.c @Fidget-Spinner
Python/optimizer_bytecodes.c @Fidget-Spinner
-Python/symtable.c @JelleZijlstra @carljm
+Python/symtable.c @JelleZijlstra @carljm
Lib/_pyrepl/* @pablogsal @lysnikolaou @ambv
Lib/test/test_patma.py @brandtbucher
Lib/test/test_type_*.py @JelleZijlstra
@@ -201,7 +201,6 @@ Doc/c-api/stable.rst @encukou
**/*itertools* @rhettinger
**/*collections* @rhettinger
**/*random* @rhettinger
-**/*queue* @rhettinger
**/*bisect* @rhettinger
**/*heapq* @rhettinger
**/*functools* @rhettinger