From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 8 May 2026 11:09:06 +0000 (+0200) Subject: [3.15] gh-145176: Update CODEOWNERS for Emscripten migration to Platforms directory... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b922b42be7c9bedd3ecf6f34a560fa692793a530;p=thirdparty%2FPython%2Fcpython.git [3.15] gh-145176: Update CODEOWNERS for Emscripten migration to Platforms directory (GH-149544) (#149550) gh-145176: Update CODEOWNERS for Emscripten migration to Platforms directory (GH-149544) (cherry picked from commit 52a05e8da71abcc83df54e465d0a4df50785e910) Co-authored-by: Malcolm Smith --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 769d739a8057..f4ffa24edca4 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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