commit | a09766deab5aff549f40f27080895e148af922ed | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Wed Apr 28 01:50:04 2021 +0200 |
committer | GitHub <noreply@github.com> | Wed Apr 28 01:50:04 2021 +0200 |
tree | 54a43001554a14927abe6347b394c470796db7e6 | |
parent | 6bd9288b805c765ec2433f66aa4d82e05767325f [diff] |
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.