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

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?