Home | History | Annotate | Download | only in Objects

Lines Matching defs:gil

341         PyGILState_STATE gil;

345 gil = PyGILState_Ensure();
349 PyGILState_Release(gil);