Version: 8.3.0
Container_init_python.hxx File Reference
#include "SALOME_Container.hxx"
#include <SALOMEconfig.h>
#include <pthread.h>
#include <Python.h>
Include dependency graph for Container_init_python.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  KERNEL_PYTHON
 

Macros

#define Py_ACQUIRE_NEW_THREAD   PyGILState_STATE gil_state = PyGILState_Ensure();
 
#define Py_RELEASE_NEW_THREAD   PyGILState_Release(gil_state);
 

Macro Definition Documentation