I\'m trying to build a multithreaded embedded python program (with cpython) and I\'m facing difficulties with the global interpreter lock (GIL).
As far as I understan