Package pyplusplus :: Package code_repository :: Module gil_guard

Module gil_guard

source code

This file contains C++ code to acquire/release the GIL.

Variables
  file_name = '__gil_guard.pypp.hpp'
  code = '// Copyright 2004-2008 Roman Yakovenko.\n// Distribute...
Variables Details

code

Value:
'''// Copyright 2004-2008 Roman Yakovenko.
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)

#ifndef __gil_guard_pyplusplus_hpp__
#define __gil_guard_pyplusplus_hpp__

...