summaryrefslogtreecommitdiffstats
path: root/Python/peephole.c
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2019-08-14 21:35:27 (GMT)
committerGitHub <noreply@github.com>2019-08-14 21:35:27 (GMT)
commitac827edc493d3ac3f5b9b0cc353df1d4b418a9aa (patch)
tree14bfcfb0d36f6b4ba40a5765de967ccd890a89a5 /Python/peephole.c
parent28146206578ebe1b84b48e6f255738a227058c04 (diff)
downloadcpython-ac827edc493d3ac3f5b9b0cc353df1d4b418a9aa.zip
cpython-ac827edc493d3ac3f5b9b0cc353df1d4b418a9aa.tar.gz
cpython-ac827edc493d3ac3f5b9b0cc353df1d4b418a9aa.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.
Diffstat (limited to 'Python/peephole.c')
0 files changed, 0 insertions, 0 deletions