commit | ba251c2ae6654bfc8abd9d886b219698ad34ac3c | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <antoine@python.org> | Thu Mar 11 23:35:45 2021 +0100 |
committer | GitHub <noreply@github.com> | Thu Mar 11 23:35:45 2021 +0100 |
tree | e536a5ba9f661c806ffaa507e2ca4cf1be551b5a | |
parent | b4fc44bb2d209182390b4f9fdf074a46b0165a2f [diff] |
bpo-43356: Allow passing a signal number to interrupt_main() (GH-24755) Also introduce a new C API ``PyErr_SetInterruptEx(int signum)``.