Hi,
I'm extending some old Visual Studio 6 MFC code to add embedded python
scripting. It works fine most of the time but some python function calls do
not work as expected.
The C++ code is a multithreaded MFC application. I was assuming that it was
GIL issues but I have tried using the manual loc
Hi,
I'm extending some old Visual Studio 6 MFC code to add embedded python
scripting. It works fine most of the time but some python function calls do
not work as expected.
The C++ code is a multithreaded MFC application. I was assuming that it was
GIL issues but I have tried using the manual loc