diff options
author | Raymond Hettinger <rhettinger@users.noreply.github.com> | 2024-06-18 11:47:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-18 11:47:32 (GMT) |
commit | 3044d3866e87bd236d8e7931fb4aa176ba483716 (patch) | |
tree | 94b8fe7373cf88f70a873fe9dcaad0acfbd80bf4 | |
parent | 9cefcc0ee781a1bef9e0685c2271237005fb488b (diff) | |
download | cpython-3044d3866e87bd236d8e7931fb4aa176ba483716.zip cpython-3044d3866e87bd236d8e7931fb4aa176ba483716.tar.gz cpython-3044d3866e87bd236d8e7931fb4aa176ba483716.tar.bz2 |
No longer watch the queue module, remove rhettinger (#120664)
-rw-r--r-- | .github/CODEOWNERS | 3 |
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 |