]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-112215: Increase C recursion limit for non debug builds (GH-113397)
authorMark Shannon <mark@hotpy.org>
Fri, 22 Dec 2023 14:25:25 +0000 (14:25 +0000)
committerGitHub <noreply@github.com>
Fri, 22 Dec 2023 14:25:25 +0000 (14:25 +0000)
commit45e09f921be55e23bed19b5db4c95ce7bd7aad6b
tree8ff185ad0ce752b72c9b18f8766c6d2a035643dd
parent5f665e99e0b8a52415f83c2416eaf28abaacc3ae
GH-112215: Increase C recursion limit for non debug builds (GH-113397)
Include/cpython/pystate.h
Lib/test/support/__init__.py
Lib/test/test_functools.py
Lib/test/test_json/test_recursion.py
Lib/test/test_support.py
Lib/test/test_xml_etree.py
Misc/NEWS.d/next/Core and Builtins/2023-12-15-16-26-01.gh-issue-112215.xJS6_6.rst [new file with mode: 0644]