so you’re right about the GIL, Stu - in embedded m...
# development
r
so you’re right about the GIL, Stu - in embedded multi-interpreter scenarios there’s always a GIL per process due to PyGILState_Ensure() taking no params.