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

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

How To Pass SIGINT To Child Process With Python Subprocess.Popen() Using Shell = True

I am currently trying to write (Python 2.7.3) kind of a wrapper for GDB, which will allow me to dyn… Read more How To Pass SIGINT To Child Process With Python Subprocess.Popen() Using Shell = True

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