Skip to content

Commit 0791c2b

Browse files
[3.15] CODEOWNERS: Remove everyone from removed-ids.txt (GH-154886) (#154957)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent c22cbf8 commit 0791c2b

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/CODEOWNERS

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,6 @@ Mac/ @python/macos-team
171171
Lib/_osx_support.py @python/macos-team
172172
Lib/test/test__osx_support.py @python/macos-team
173173

174-
# WebAssembly
175-
Tools/wasm/README.md @brettcannon @freakboy3742 @emmatyping
176-
177174
# WebAssembly (Emscripten)
178175
Platforms/emscripten @freakboy3742 @emmatyping
179176
Tools/wasm/emscripten @freakboy3742 @emmatyping
@@ -339,7 +336,6 @@ Modules/_remote_debugging/ @pablogsal
339336

340337
# Sub-Interpreters
341338
**/*crossinterp* @ericsnowcurrently
342-
**/*interpreteridobject.* @ericsnowcurrently
343339
Doc/library/concurrent.interpreters.rst @ericsnowcurrently
344340
Lib/concurrent/futures/interpreter.py @ericsnowcurrently
345341
Lib/concurrent/interpreters/ @ericsnowcurrently
@@ -650,3 +646,6 @@ Modules/**/clinic/
650646
Objects/**/clinic/
651647
PC/**/clinic/
652648
Python/**/clinic/
649+
650+
# Exclude HTML IDs list
651+
Doc/tools/removed-ids.txt

0 commit comments

Comments
 (0)