• Victor Stinner's avatar
    Issue #22018: Add _testcapi.raise_signal() · 56e8c29a
    Victor Stinner yazdı
    - 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
    56e8c29a
faulthandler.c 30.8 KB