https://github.com/python/cpython/commit/7d10c8dd272f37a074023e293756f1832ff8c9d4
commit: 7d10c8dd272f37a074023e293756f1832ff8c9d4
branch: 3.15
author: Miss Islington (bot) <[email protected]>
committer: hugovk <[email protected]>
date: 2026-08-27T13:48:52+03:00
summary:

[3.15] gh-156243: Indicate that emscripten_runtime depends on stringToNewUTF8 
(GH-156335) (#156383)

Co-authored-by: Hood Chatham <[email protected]>

files:
M Python/sysmodule.c

diff --git a/Python/sysmodule.c b/Python/sysmodule.c
index aa9ff9e9a455de..3c184ba4bb7fcd 100644
--- a/Python/sysmodule.c
+++ b/Python/sysmodule.c
@@ -3898,6 +3898,8 @@ static PyStructSequence_Desc emscripten_info_desc = {
     4
 };
 
+EM_JS_DEPS(_Py_emscripten_runtime, "$stringToNewUTF8")
+
 EM_JS(char *, _Py_emscripten_runtime, (void), {
     var info;
     if (typeof process === "object") {

_______________________________________________
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