![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <Python.h>

Go to the source code of this file.
Defines | |
| #define | PY_SSIZE_T_MAX INT_MAX |
| #define | PY_SSIZE_T_MIN INT_MIN |
Typedefs | |
| typedef int | Py_ssize_t |
| #define PY_SSIZE_T_MAX INT_MAX |
Definition at line 46 of file Python.hpp.
| #define PY_SSIZE_T_MIN INT_MIN |
Definition at line 47 of file Python.hpp.
| typedef int Py_ssize_t |
This file handles compatiblity issues between different Python versions.
NOTE: THIS FILE MUST BE THE VERY FIRST INCLUDE IN ANY OTHER FILE SINCE Python.h ALWAYS NEEDS TO BE THE VERY FIRST INCLUDE!!!!
Definition at line 45 of file Python.hpp.
1.5.5