[C++-sig] Embedding python and sigint

Brian Murphy brian.p.murphy at gmail.com
Wed Oct 13 23:21:42 CEST 2004


Hi,
I have embedded python sucessfully in my multithreaded application but
I have one problem. It seems that when I initialize the interpreter,
sigint(ctrl-c) gets swallowed. I am running Fedora Core 2 and Python
2.3 compiled to a shared library. Is there any way; apart from writing
my own signal handler and binding it to sigint, to allow normal
sigints ?
Thanks,
Brian



More information about the Cplusplus-sig mailing list