Hi We have just added Py_Initialize() and Py_Finalize() calls to our C++ application, in order to support embedded Python.
Our's is a console application. We have noticed the side effect that CTRL-C no longer terminates the application. This is true for both Linux and Windows builds. Is this a known behaviour of Py_Initialize() ? Is there any way to reinstate normal CTRL-C handling? Best regards David _______________________________________________ Cplusplus-sig mailing list Cplusplus-sig@python.org http://mail.python.org/mailman/listinfo/cplusplus-sig