]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #22018: Add _testcapi.raise_signal()
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 21 Jul 2014 10:30:22 +0000 (12:30 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 21 Jul 2014 10:30:22 +0000 (12:30 +0200)
commit56e8c29a4e5f5907e2e170e23d9a57e564401a75
tree9d5e7dd32897d3380b85093d456f464d3ad7b577
parent569a7fa13a1a69b070e9aff9a5fdc065960e4db1
Issue #22018: Add _testcapi.raise_signal()

- Use _testcapi.raise_signal() in test_signal
- close also os.pipe() file descriptors in some test_signal tests where they
  were not closed properly
- Remove faulthandler._sigill() and faulthandler._sigbus(): reuse
  _testcapi.raise_signal() in test_faulthandler
Lib/test/test_faulthandler.py
Lib/test/test_signal.py
Modules/_testcapimodule.c
Modules/faulthandler.c