https://github.com/python/cpython/commit/39dfd782f863a0490478ca9ad3be629876adc254 commit: 39dfd782f863a0490478ca9ad3be629876adc254 branch: 3.14 author: Malcolm Smith <[email protected]> committer: hugovk <[email protected]> date: 2026-05-08T15:52:54+03:00 summary:
[3.14] gh-145176: Update CODEOWNERS for Emscripten migration to Platforms directory (GH-149544) (#149559) files: M .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 289277fdd39168..a60afb1bf6f91f 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 _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
