◐ Shell
clean mode source ↗

bpo-43963: import _signal in subinterpreter has no side effect by vstinner · Pull Request #25674 · python/cpython

Importing the _signal module in a subinterpreter has no longer side
effects.

signal_module_exec() no longer modify Handlers and no longer attempt
to set SIGINT signal handler in subinterpreters.

https://bugs.python.org/issue43963