https://github.com/python/cpython/commit/52a05e8da71abcc83df54e465d0a4df50785e910
commit: 52a05e8da71abcc83df54e465d0a4df50785e910
branch: main
author: Malcolm Smith <[email protected]>
committer: hugovk <[email protected]>
date: 2026-05-08T14:08:07+03:00
summary:

gh-145176: Update CODEOWNERS for Emscripten migration to Platforms directory 
(#149544)

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 769d739a8057aa..f4ffa24edca453 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

_______________________________________________
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]

Reply via email to