https://github.com/python/cpython
Revision 9967b568edd2e35b0415c14c7242f3ca2c0dc03d authored by Victor Stinner on 23 March 2024, 12:01:20 UTC, committed by GitHub on 23 March 2024, 12:01:20 UTC
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.
1 parent 72eea51
History
Tip revision: 9967b568edd2e35b0415c14c7242f3ca2c0dc03d authored by Victor Stinner on 23 March 2024, 12:01:20 UTC
gh-117008: Fix functools test_recursive_pickle() (#117009)
Tip revision: 9967b56
File Mode Size
lexer
tokenizer
Python.asdl -rw-r--r-- 6.5 KB
action_helpers.c -rw-r--r-- 51.0 KB
asdl.py -rw-r--r-- 12.8 KB
asdl_c.py -rwxr-xr-x 63.9 KB
myreadline.c -rw-r--r-- 13.0 KB
parser.c -rw-r--r-- 1.4 MB
peg_api.c -rw-r--r-- 1.4 KB
pegen.c -rw-r--r-- 25.9 KB
pegen.h -rw-r--r-- 13.6 KB
pegen_errors.c -rw-r--r-- 14.5 KB
string_parser.c -rw-r--r-- 8.2 KB
string_parser.h -rw-r--r-- 241 bytes
token.c -rw-r--r-- 4.6 KB

back to top