]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-154211: Skip C-stack exhaustion tests when the C stack is huge (GH-154212)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 20 Jul 2026 05:58:25 +0000 (08:58 +0300)
committerGitHub <noreply@github.com>
Mon, 20 Jul 2026 05:58:25 +0000 (08:58 +0300)
commit863b31268c3160af1febcee4c79ff6ed380f328f
tree15867bbae9898b726acc7be905c236287071eae4
parent69f080144972d1dd0acd445d776cdaea788923ed
gh-154211: Skip C-stack exhaustion tests when the C stack is huge (GH-154212)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
20 files changed:
Lib/test/list_tests.py
Lib/test/mapping_tests.py
Lib/test/support/__init__.py
Lib/test/test_ast/test_ast.py
Lib/test/test_call.py
Lib/test/test_class.py
Lib/test/test_compile.py
Lib/test/test_copy.py
Lib/test/test_ctypes/test_as_parameter.py
Lib/test/test_descr.py
Lib/test/test_dict.py
Lib/test/test_dictviews.py
Lib/test/test_exception_group.py
Lib/test/test_exceptions.py
Lib/test/test_functools.py
Lib/test/test_isinstance.py
Lib/test/test_json/test_recursion.py
Lib/test/test_pyexpat.py
Lib/test/test_xml_etree.py
Misc/NEWS.d/next/Tests/2026-07-20-11-30-00.gh-issue-154211.hugestack.rst [new file with mode: 0644]