]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-154211: Skip C-stack exhaustion tests when the C stack is huge (GH-154212...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 20 Jul 2026 06:35:33 +0000 (08:35 +0200)
committerGitHub <noreply@github.com>
Mon, 20 Jul 2026 06:35:33 +0000 (06:35 +0000)
commit3dd4fdcebc35c966a527f9da15cc3525fb229bbd
treec0bd44c663c0a94ae4aab8a169f5215149d71792
parentb7c3b5258ab49d4d3854036e4b39ba90b2c4d6f0
[3.15] gh-154211: Skip C-stack exhaustion tests when the C stack is huge (GH-154212) (GH-154216)

(cherry picked from commit 863b31268c3160af1febcee4c79ff6ed380f328f)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
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]