]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-45806: Fix recovery from stack overflow for 3.9. Again. (GH-29640)
authorMark Shannon <mark@hotpy.org>
Fri, 19 Nov 2021 18:51:50 +0000 (18:51 +0000)
committerGitHub <noreply@github.com>
Fri, 19 Nov 2021 18:51:50 +0000 (19:51 +0100)
commit4296396db017d782d3aa16100b366748c9ea4a04
treea3b5228ac4881bfb74ea10646781bad1b9f15be7
parentc06c7c489a82b2db023bb947f0c4d21ad93b8308
[3.9] bpo-45806: Fix recovery from stack overflow for 3.9. Again. (GH-29640)

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Include/internal/pycore_ceval.h
Lib/test/test_exceptions.py
Lib/test/test_sys.py
Misc/NEWS.d/next/Core and Builtins/2021-11-19-19-21-48.bpo-45806.DflDMe.rst [new file with mode: 0644]
Python/ceval.c
Python/errors.c
Python/sysmodule.c