From: Raymond Hettinger Date: Tue, 18 Jun 2024 11:47:32 +0000 (-0500) Subject: No longer watch the queue module, remove rhettinger (#120664) X-Git-Tag: v3.14.0a1~1441 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3044d3866e87bd236d8e7931fb4aa176ba483716;p=thirdparty%2FPython%2Fcpython.git No longer watch the queue module, remove rhettinger (#120664) --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index eb7cc88565f6..e8f4a4693a81 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