bpo-43963: Fix import _signal in subinterpreters (GH-25674) · python/cpython@a09766d · GitHub
Skip to content

Commit a09766d

Browse files
authored
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.
1 parent 6bd9288 commit a09766d

2 files changed

Lines changed: 43 additions & 27 deletions

File tree

Lines changed: 2 additions & 0 deletions

Modules/signalmodule.c

Lines changed: 41 additions & 27 deletions

0 commit comments

Comments
 (0)