]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127146: Emscripten: more regular stack overflow skips (#136708)
authorHood Chatham <roberthoodchatham@gmail.com>
Wed, 16 Jul 2025 14:02:25 +0000 (16:02 +0200)
committerGitHub <noreply@github.com>
Wed, 16 Jul 2025 14:02:25 +0000 (14:02 +0000)
commitc730952aa64b790c75c437cb63a1242dc08c2e97
tree78e66a65fb2108c682dda78e58ea3ef447e30061
parent12e52cad718723636a96042f9399634392285c44
gh-127146: Emscripten: more regular stack overflow skips (#136708)

Makes the Emscripten stack overflow skip message consistent with WASI,
and replaces some ad-hoc skips.
Lib/test/support/__init__.py
Lib/test/test_descr.py
Lib/test/test_xml_etree_c.py