From: Malcolm Smith Date: Fri, 8 May 2026 12:52:54 +0000 (+0100) Subject: [3.14] gh-145176: Update CODEOWNERS for Emscripten migration to Platforms directory... X-Git-Tag: v3.14.5~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39dfd782f863a0490478ca9ad3be629876adc254;p=thirdparty%2FPython%2Fcpython.git [3.14] gh-145176: Update CODEOWNERS for Emscripten migration to Platforms directory (GH-149544) (#149559) --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 289277fdd391..a60afb1bf6f9 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -315,7 +315,7 @@ Lib/concurrent/futures/interpreter.py @ericsnowcurrently **/*-ios* @freakboy3742 # WebAssembly -Tools/wasm/config.site-wasm32-emscripten @freakboy3742 +/Platforms/emscripten @freakboy3742 /Tools/wasm/README.md @brettcannon @freakboy3742 /Tools/wasm/wasi-env @brettcannon /Tools/wasm/wasi_build.py @brettcannon