diff options
author | Gregory P. Smith <greg@krypto.org> | 2021-03-05 05:49:30 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-05 05:49:30 (GMT) |
commit | 02ac6f41e5569ec28d625bb005155903f64cc9ee (patch) | |
tree | 378d6d4792a64ea7cd5e106294449654cb73241d /Python/pyfpe.c | |
parent | 2122e486307d5577cb5fb5e7cfd24095695bc7e9 (diff) | |
download | cpython-02ac6f41e5569ec28d625bb005155903f64cc9ee.zip cpython-02ac6f41e5569ec28d625bb005155903f64cc9ee.tar.gz cpython-02ac6f41e5569ec28d625bb005155903f64cc9ee.tar.bz2 |
bpo-43390: Set SA_ONSTACK in PyOS_setsig (GH-24730)
This is friendlier to other in-process code that an extension module or
embedding use could pull in such as CGo where tiny stacks are the norm
and sigaltstack() has been used to provide for signal handlers.
Without this, signals received by a process using tiny stacks may lead
to stack overflow crashes.
Diffstat (limited to 'Python/pyfpe.c')
0 files changed, 0 insertions, 0 deletions