Skip to content Skip to sidebar Skip to footer
Showing posts with the label Sigint

Can I Send Sigint To A Python Subprocess On Windows?

I've got a Python script managing a gdb process on Windows, and I need to be able to send a SIG… Read more Can I Send Sigint To A Python Subprocess On Windows?

Node.js: Sigint Sent From Process.kill() Can't Be Handled

I'm using Node.js v0.10.31 on Windows 8.1 x64. I noticed that for a process (a node.js or pytho… Read more Node.js: Sigint Sent From Process.kill() Can't Be Handled

Interrupting Python Raw_input() In A Child Thread With ^C/KeyboardInterrupt

In a multithreaded Python program, one thread sometimes asks for console input using the built-in r… Read more Interrupting Python Raw_input() In A Child Thread With ^C/KeyboardInterrupt