[Webkit-unassigned] [Bug 273060] [WinCairo]UnicodeDecodeError on run-webkit-tests on non-English System Locale Windows 11
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Apr 23 00:36:27 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=273060
--- Comment #2 from Fujii Hironori <Hironori.Fujii at sony.com> ---
How about an idea of using pywin32 rather than taskkill.exe?
from win32.win32process import TerminateProcess
from win32.win32api import OpenProcess
import win32con
handle = OpenProcess(win32con.PROCESS_TERMINATE, False, 12345)
TerminateProcess(handle, 0)
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240423/e35e7d49/attachment.htm>
More information about the webkit-unassigned
mailing list