Aug. 8, 2017
1:21 a.m.
On Mon, Aug 7, 2017 at 8:44 PM, Larry Hastings <larry@hastings.org> wrote:
My one idea: the GIL isn't initialized until you create a new thread.
That didn't seem to be it. I put a CreateThread() call right after Py_Initialize(), and that didn't fix it. I also moved it around to before Py_Initialize() and various other places, and nothing helped.