]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-127146: Emscripten: Skip test_url2pathname_resolve_host (GH-135634) (#135651)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 18 Jun 2025 03:23:31 +0000 (05:23 +0200)
committerGitHub <noreply@github.com>
Wed, 18 Jun 2025 03:23:31 +0000 (03:23 +0000)
commitbf189d7ab5525f7fb1d07f15117f408d0ebc99b6
treef3f81109c0ef94dd8702eee0ef94ab2c3537e488
parent77e2ac14c626ff64ee90e73ac29dc2a60786335e
[3.14] gh-127146: Emscripten: Skip test_url2pathname_resolve_host (GH-135634) (#135651)

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
(cherry picked from commit 2a49c54ab2c5cf0ee96a8e577971c1525a966940)

Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
Lib/test/test_urllib.py