Closed
Description
Windows x64 failed:
ERROR: test_CTRL_BREAK_EVENT (test.test_os.Win32KillTests.test_CTRL_BREAK_EVENT)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\a\cpython\cpython\Lib\test\test_os.py", line 2616, in test_CTRL_BREAK_EVENT
self._kill_with_event(signal.CTRL_BREAK_EVENT, "CTRL_BREAK_EVENT")
File "D:\a\cpython\cpython\Lib\test\test_os.py", line 2591, in _kill_with_event
os.kill(proc.pid, signal.SIGINT)
PermissionError: [WinError 5] Access is denied
Test passed when re-run:
test_CTRL_BREAK_EVENT (test.test_os.Win32KillTests.test_CTRL_BREAK_EVENT) ... ok