17#ifndef __ROGUE_SCOPED_GIL_H__
18#define __ROGUE_SCOPED_GIL_H__
22 #include <boost/python.hpp>
37 PyGILState_STATE state_;
RAII helper that acquires the Python GIL for a scope.
~ScopedGil()
Releases the GIL acquired by this scope.
ScopedGil()
Acquires the GIL for this scope.