From ecb292918e22d9c557a62125ffb2b09918c93a4e Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Thu, 30 Jul 2026 22:55:38 +0300 Subject: [PATCH] CODEOWNERS: Remove everyone from `removed-ids.txt` (GH-154886) (cherry picked from commit 4eb216b62ed44ec17e76b708cefbd4e01184ea7f) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- .github/CODEOWNERS | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index bdf134254121e5..b4ae80c3017217 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -171,9 +171,6 @@ Mac/ @python/macos-team Lib/_osx_support.py @python/macos-team Lib/test/test__osx_support.py @python/macos-team -# WebAssembly -Tools/wasm/README.md @brettcannon @freakboy3742 @emmatyping - # WebAssembly (Emscripten) Platforms/emscripten @freakboy3742 @emmatyping Tools/wasm/emscripten @freakboy3742 @emmatyping @@ -339,7 +336,6 @@ Modules/_remote_debugging/ @pablogsal # Sub-Interpreters **/*crossinterp* @ericsnowcurrently -**/*interpreteridobject.* @ericsnowcurrently Doc/library/concurrent.interpreters.rst @ericsnowcurrently Lib/concurrent/futures/interpreter.py @ericsnowcurrently Lib/concurrent/interpreters/ @ericsnowcurrently @@ -650,3 +646,6 @@ Modules/**/clinic/ Objects/**/clinic/ PC/**/clinic/ Python/**/clinic/ + +# Exclude HTML IDs list +Doc/tools/removed-ids.txt