]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-145176: Update CODEOWNERS for Emscripten migration to Platforms directory (#149544)
authorMalcolm Smith <smith@chaquo.com>
Fri, 8 May 2026 11:08:07 +0000 (12:08 +0100)
committerGitHub <noreply@github.com>
Fri, 8 May 2026 11:08:07 +0000 (14:08 +0300)
.github/CODEOWNERS

index 769d739a8057aa2a1a872c5ff586b314cbb5e3a8..f4ffa24edca4532bec9deae45951d79ea03a0d71 100644 (file)
@@ -175,8 +175,8 @@ Lib/test/test__osx_support.py @python/macos-team
 Tools/wasm/README.md          @brettcannon @freakboy3742 @emmatyping
 
 # WebAssembly (Emscripten)
-Tools/wasm/config.site-wasm32-emscripten  @freakboy3742 @emmatyping
-Tools/wasm/emscripten                     @freakboy3742 @emmatyping
+Platforms/emscripten          @freakboy3742 @emmatyping
+Tools/wasm/emscripten         @freakboy3742 @emmatyping
 
 # WebAssembly (WASI)
 Platforms/WASI                @brettcannon @emmatyping @savannahostrowski