]> granicus.if.org Git - python/commit
bpo-35568: add 'raise_signal' function (GH-11335)
authorVladimir Matveev <v2matveev@outlook.com>
Tue, 8 Jan 2019 09:58:25 +0000 (01:58 -0800)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 8 Jan 2019 09:58:25 +0000 (01:58 -0800)
commitc24c6c2c9357da99961bf257078240529181daf3
tree552b9c627f21770d971d26f0d7d38e8a1b58ea02
parente61cc481e02b758c8d8289163102c236d0658a55
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
Doc/library/signal.rst
Lib/test/test_asyncio/test_windows_events.py
Lib/test/test_faulthandler.py
Lib/test/test_posix.py
Lib/test/test_regrtest.py
Lib/test/test_signal.py
Misc/NEWS.d/next/Library/2018-12-27-19-23-00.bpo-35568.PutiOC.rst [new file with mode: 0644]
Modules/_testcapimodule.c
Modules/clinic/signalmodule.c.h
Modules/signalmodule.c