On Mon, Aug 7, 2017 at 8:44 PM, Larry Hastings <la...@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. _______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com