]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-127146: Emscripten: more regular stack overflow skips (GH-136708) (#136712)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 16 Jul 2025 15:54:04 +0000 (17:54 +0200)
committerGitHub <noreply@github.com>
Wed, 16 Jul 2025 15:54:04 +0000 (17:54 +0200)
commitca6db4fdae9e2a7369502218b46b03c2624a0836
tree92b856175cbf65540456718fe07bfa8b645b2356
parent9ab29cac192b7678ecb133bd743c295f1d8617f5
[3.14] gh-127146: Emscripten: more regular stack overflow skips (GH-136708) (#136712)

Makes the Emscripten stack overflow skip message consistent with WASI,
and replaces some ad-hoc skips.
(cherry picked from commit c730952aa64b790c75c437cb63a1242dc08c2e97)

Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
Lib/test/support/__init__.py
Lib/test/test_descr.py
Lib/test/test_xml_etree_c.py