]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] GH-112215: Backport C recursion changes (GH-115083)
authorMark Shannon <mark@hotpy.org>
Tue, 13 Feb 2024 09:45:59 +0000 (09:45 +0000)
committerGitHub <noreply@github.com>
Tue, 13 Feb 2024 09:45:59 +0000 (10:45 +0100)
commit4d87832d8790a2ceb9179ed28b71d83cb2a68ab5
treea3ae020add88d5a3c40fc606e500014b3d23af97
parenta30bb080dc5030fbae279088943b7f4dac3558bb
[3.12] GH-112215: Backport C recursion changes (GH-115083)
14 files changed:
Include/cpython/pystate.h
Lib/test/support/__init__.py
Lib/test/test_ast.py
Lib/test/test_call.py
Lib/test/test_compile.py
Lib/test/test_isinstance.py
Lib/test/test_plistlib.py
Lib/test/test_sys_settrace.py
Misc/NEWS.d/next/Core and Builtins/2024-02-04-01-26-20.gh-issue-112215.NyRPXM.rst [new file with mode: 0644]
Parser/asdl_c.py
Python/Python-ast.c
Python/ast.c
Python/ast_opt.c
Python/symtable.c