| 1 | """Script used to test os.kill on Windows, for issue #1220212 |
| 2 | |
| 3 | This script is started as a subprocess in test_os and is used to test the |
| 4 | CTRL_C_EVENT and CTRL_BREAK_EVENT signals, which requires a custom handler |
nothing calls this directly
no test coverage detected