Skip to content

Commit 7d10c8d

Browse files
[3.15] gh-156243: Indicate that emscripten_runtime depends on stringToNewUTF8 (GH-156335) (#156383)
Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
1 parent 96ae61d commit 7d10c8d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Python/sysmodule.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3898,6 +3898,8 @@ static PyStructSequence_Desc emscripten_info_desc = {
38983898
4
38993899
};
39003900

3901+
EM_JS_DEPS(_Py_emscripten_runtime, "$stringToNewUTF8")
3902+
39013903
EM_JS(char *, _Py_emscripten_runtime, (void), {
39023904
var info;
39033905
if (typeof process === "object") {

0 commit comments

Comments
 (0)