commit | c24c6c2c9357da99961bf257078240529181daf3 | [log] [tgz] |
---|---|---|
author | Vladimir Matveev <v2matveev@outlook.com> | Tue Jan 08 01:58:25 2019 -0800 |
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue Jan 08 01:58:25 2019 -0800 |
tree | 552b9c627f21770d971d26f0d7d38e8a1b58ea02 | |
parent | e61cc481e02b758c8d8289163102c236d0658a55 [diff] |
bpo-35568: add 'raise_signal' function (GH-11335) As in title, expose C `raise` function as `raise_function` in `signal` module. Also drop existing `raise_signal` in `_testcapi` module and replace all usages with new function. https://bugs.python.org/issue35568