]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127146: Emscripten: Skip test_url2pathname_resolve_host (#135634)
authorHood Chatham <roberthoodchatham@gmail.com>
Wed, 18 Jun 2025 02:59:01 +0000 (19:59 -0700)
committerGitHub <noreply@github.com>
Wed, 18 Jun 2025 02:59:01 +0000 (10:59 +0800)
commit2a49c54ab2c5cf0ee96a8e577971c1525a966940
tree08fb307199ae759d0ad76f92bbf47f97de14150f
parent28c71ee4b2eb66983b78018896ca56892580816a
gh-127146: Emscripten: Skip test_url2pathname_resolve_host (#135634)

Emscripten currently `gethostbyname_r()` returns an incorrect
IP address for `localhost`. Will be resolved by upstream PR:
https://github.com/emscripten-core/emscripten/pull/24593
Lib/test/test_urllib.py