kodi
|
This class supports recursive locking of the GIL. More...
#include <PyContext.h>
Static Public Member Functions | |
static void | releaseGil () |
static void | acquireGil () |
This class supports recursive locking of the GIL.
It assumes that all Python GIL manipulation is done through this class so that it can monitor the current owner.