Chromium Code Reviews
        
  DescriptionUpdate comment about SIGINT on Windows in Executive.
I tried this out by running an instance of python.exe in one cmd window, and tried interrupting it elsewhere with os.kill(pid, signal.CTRL_C_EVENT), which didn't work, but os.kill(pid, signal.SIGINT) did end the process.
Committed: https://crrev.com/ebfb064268917e3104f3e8f36277ab5e260f691e
Cr-Commit-Position: refs/heads/master@{#438666}
   
  Patch Set 1 #Patch Set 2 : Update comment about SIGINT on Windows in Executive. #Messages
    Total messages: 11 (6 generated)
     
  
  
       |