]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117008: Fix functools test_recursive_pickle() (#117009)
authorVictor Stinner <vstinner@python.org>
Sat, 23 Mar 2024 12:01:20 +0000 (13:01 +0100)
committerGitHub <noreply@github.com>
Sat, 23 Mar 2024 12:01:20 +0000 (13:01 +0100)
commit9967b568edd2e35b0415c14c7242f3ca2c0dc03d
treecfb4b23da2a3ee48a0918d8e391bdd76c33f1bb1
parent72eea512b88f8fd68b7258242c37da963ad87360
gh-117008: Fix functools test_recursive_pickle() (#117009)

Use support.infinite_recursion() in test_recursive_pickle() of
test_functools to prevent a stack overflow on "ARM64 Windows
Non-Debug" buildbot.

Lower Py_C_RECURSION_LIMIT to 1,000 frames on Windows ARM64.
Include/cpython/pystate.h
Lib/test/test_functools.py