]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.15] gh-145176: Update CODEOWNERS for Emscripten migration to Platforms directory...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 8 May 2026 11:09:06 +0000 (13:09 +0200)
committerGitHub <noreply@github.com>
Fri, 8 May 2026 11:09:06 +0000 (11:09 +0000)
gh-145176: Update CODEOWNERS for Emscripten migration to Platforms directory (GH-149544)
(cherry picked from commit 52a05e8da71abcc83df54e465d0a4df50785e910)

Co-authored-by: Malcolm Smith <smith@chaquo.com>
.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