summaryrefslogtreecommitdiffstats
path: root/Python/modsupport.c
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-08-14 22:02:12 (GMT)
committerGitHub <noreply@github.com>2019-08-14 22:02:12 (GMT)
commitb8e682427a80798fec90dce31392beaf616c3e37 (patch)
tree1f6bd24c605bc9847a341191e65c888cd82e63ad /Python/modsupport.c
parent123f6c4914827c4ced65d032fab74de62db31cd6 (diff)
downloadcpython-b8e682427a80798fec90dce31392beaf616c3e37.zip
cpython-b8e682427a80798fec90dce31392beaf616c3e37.tar.gz
cpython-b8e682427a80798fec90dce31392beaf616c3e37.tar.bz2
bpo-21131: Fix faulthandler.register(chain=True) stack (GH-15276)
faulthandler now allocates a dedicated stack of SIGSTKSZ*2 bytes, instead of just SIGSTKSZ bytes. Calling the previous signal handler in faulthandler signal handler uses more than SIGSTKSZ bytes of stack memory on some platforms. (cherry picked from commit ac827edc493d3ac3f5b9b0cc353df1d4b418a9aa) Co-authored-by: Victor Stinner <vstinner@redhat.com>
Diffstat (limited to 'Python/modsupport.c')
0 files changed, 0 insertions, 0 deletions