]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-96510)
authorMark Shannon <mark@hotpy.org>
Wed, 5 Oct 2022 00:34:03 +0000 (01:34 +0100)
committerGitHub <noreply@github.com>
Wed, 5 Oct 2022 00:34:03 +0000 (01:34 +0100)
commit76449350b3467b85bcb565f9e2bf945bd150a66e
treee4237841cdb9d9984e3249823a8518c79470d73f
parent0ff8fd65838f9f9ed90d7a055d26a2ce9fc0ce85
GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-96510)
22 files changed:
Include/cpython/pystate.h
Include/internal/pycore_ceval.h
Include/internal/pycore_runtime_init.h
Lib/test/support/__init__.py
Lib/test/test_ast.py
Lib/test/test_call.py
Lib/test/test_collections.py
Lib/test/test_compile.py
Lib/test/test_dynamic.py
Lib/test/test_exceptions.py
Lib/test/test_isinstance.py
Lib/test/test_marshal.py
Misc/NEWS.d/next/Core and Builtins/2022-09-05-09-56-32.gh-issue-91079.H4-DdU.rst [new file with mode: 0644]
Modules/_testinternalcapi.c
Parser/asdl_c.py
Python/Python-ast.c
Python/ast.c
Python/ast_opt.c
Python/ceval.c
Python/pystate.c
Python/symtable.c
Python/sysmodule.c