c++ Programming Glossary: gil_lock
Expose a non-const but noncopyable member in Boost Python http://stackoverflow.com/questions/15093504/expose-a-non-const-but-noncopyable-member-in-boost-python @brief RAII class used to lock and unlock the GIL. class gil_lock public gil_lock state_ PyGILState_Ensure ~gil_lock PyGILState_Release.. used to lock and unlock the GIL. class gil_lock public gil_lock state_ PyGILState_Ensure ~gil_lock PyGILState_Release state_.. class gil_lock public gil_lock state_ PyGILState_Ensure ~gil_lock PyGILState_Release state_ private PyGILState_STATE state_ The..
|