HL-HDF
hlhdf_arrayobject_wrap.h File Reference

Ensures that the python arrayobject.h file is imported correctly. More...

#include <Python.h>
#include <arrayobject.h>

Go to the source code of this file.

Macros

#define PY_ARRAY_UNIQUE_SYMBOL   PyArrayAPIXXX
 See arrayobject.h for information on variable.
 
#define NO_IMPORT_ARRAY
 define this variable if NO_IMPORT_ARRAY should be active
 

Detailed Description

Ensures that the python arrayobject.h file is imported correctly.

Author
Anders Henja (Swedish Meteorological and Hydrological Institute, SMHI)
Date
2009-06-13

Macro Definition Documentation

◆ NO_IMPORT_ARRAY

#define NO_IMPORT_ARRAY

define this variable if NO_IMPORT_ARRAY should be active

See arrayobject.h for information on variable

◆ PY_ARRAY_UNIQUE_SYMBOL

#define PY_ARRAY_UNIQUE_SYMBOL   PyArrayAPIXXX

See arrayobject.h for information on variable.