commit | 64d6cc826dacebc2493b1bb5e8cb97828eb76f81 | [log] [tgz] |
---|---|---|
author | Eric Snow <ericsnowcurrently@gmail.com> | Sat Feb 23 15:40:43 2019 -0700 |
committer | GitHub <noreply@github.com> | Sat Feb 23 15:40:43 2019 -0700 |
tree | 93185a0a288ead9ac51ccaa606cd2aae7a4e45ed | |
parent | 06babb24225d41a76e4aee975380294ca1ee1d7c [diff] |
bpo-35724: Explicitly require the main interpreter for signal-handling. (GH-11530) Ensure that the main interpreter is active (in the main thread) for signal-handling operations. This is increasingly relevant as people use subinterpreters more. https://bugs.python.org/issue35724