Michele De Stefano's C++ Utilities
common.hpp File Reference

Utilities and workarounds for all the extension codes. More...

#include <Python.h>

Go to the source code of this file.

Macros

#define PY_SSIZE_T_MAX   INT_MAX
 
#define PY_SSIZE_T_MIN   INT_MIN
 
#define PY_FORMAT_SIZE_T   ""
 

Typedefs

typedef int Py_ssize_t
 

Detailed Description

Utilities and workarounds for all the extension codes.

This file should be included before any other Python C API file inclusion.

Definition in file common.hpp.