diff options
author | Victor Stinner <vstinner@python.org> | 2021-04-27 23:50:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-27 23:50:04 (GMT) |
commit | a09766deab5aff549f40f27080895e148af922ed (patch) | |
tree | 54a43001554a14927abe6347b394c470796db7e6 /Python/structmember.c | |
parent | 6bd9288b805c765ec2433f66aa4d82e05767325f (diff) | |
download | cpython-a09766deab5aff549f40f27080895e148af922ed.zip cpython-a09766deab5aff549f40f27080895e148af922ed.tar.gz cpython-a09766deab5aff549f40f27080895e148af922ed.tar.bz2 |
bpo-43963: Fix import _signal in subinterpreters (GH-25674)
Importing the _signal module in a subinterpreter has no longer side
effects.
signal_module_exec() no longer modifies Handlers and no longer attempts
to set SIGINT signal handler in subinterpreters.
Diffstat (limited to 'Python/structmember.c')
0 files changed, 0 insertions, 0 deletions