Hello everyone,
I don't know if anyone will want to review this one (~ 50,000 changes), but that's work that needed to be done for years now! I suggest that you test the branch to confirm it still works on your side (I quickly tested Windows and MacOS and didn't see any regression). The build against a debug version of python works again, and we now can create/delete/create pyo~ objects as many times as we want in a single process.
Olivier
p.s.: I realized that m_pyo.h now uses posix only threading functions... That's not good, I need it to work on Windows for embedding pyo in a Wwise plug-in! I'll fix it in the next few days...