Re: [C++-sig] Does Py_Initialize change CTRL-C behaviour?
Hi I fixed this by replacing Py_Initialize() with Py_InitializeEx(0). BR David ___ Cplusplus-sig mailing list Cplusplus-sig@python.org http://mail.python.org/mailman/listinfo/cplusplus-sig
[C++-sig] Does Py_Initialize change CTRL-C behaviour?
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