]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-113655: Lower the C recursion limit on various platforms (GH-113944)
authorMark Shannon <mark@hotpy.org>
Tue, 16 Jan 2024 09:32:01 +0000 (09:32 +0000)
committerGitHub <noreply@github.com>
Tue, 16 Jan 2024 09:32:01 +0000 (09:32 +0000)
commit17b73ab99ef12f89d41acec7500a244e68b1aaa4
treebcde8fca4dc4dae4f9ed5369a4ea23bb825f15bb
parent6c502ba809ff662a5eebf8c6778dec6bd28918fb
GH-113655: Lower the C recursion limit on various platforms (GH-113944)
13 files changed:
Include/cpython/pystate.h
Lib/test/support/__init__.py
Lib/test/test_ast.py
Lib/test/test_compile.py
Lib/test/test_functools.py
Lib/test/test_sys_settrace.py
Misc/NEWS.d/next/Core and Builtins/2024-01-11-01-28-25.gh-issue-113655.Mfioxp.rst [new file with mode: 0644]
Parser/asdl_c.py
Python/Python-ast.c
Python/ast.c
Python/ast_opt.c
Python/symtable.c
Python/traceback.c