Skip to content

Commit aea29e1

Browse files
Update Lib/test/support/__init__.py
Co-authored-by: Brett Cannon <brett@python.org>
1 parent bb9d47a commit aea29e1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/test/support/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3151,7 +3151,6 @@ def linked_to_musl():
31513151

31523152
# emscripten (at least as far as we're concerned) and wasi use musl,
31533153
# but platform doesn't know how to get the version, so set it to zero.
3154-
# set zero for wasm in general.
31553154
if is_wasm32:
31563155
_linked_to_musl = (0, 0, 0)
31573156
return _linked_to_musl

0 commit comments

Comments
 (0)