From: Malcolm Smith Date: Fri, 8 May 2026 11:08:07 +0000 (+0100) Subject: gh-145176: Update CODEOWNERS for Emscripten migration to Platforms directory (#149544) X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=52a05e8da71abcc83df54e465d0a4df50785e910;p=thirdparty%2FPython%2Fcpython.git gh-145176: Update CODEOWNERS for Emscripten migration to Platforms directory (#149544) --- 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