diff -r 4ee4cceda047 Include/pyerrors.h --- a/Include/pyerrors.h Thu Aug 09 00:43:56 2012 +0200 +++ b/Include/pyerrors.h Thu Aug 09 02:04:27 2012 +0200 @@ -11,7 +11,7 @@ extern "C" { #define PyException_HEAD PyObject_HEAD PyObject *dict;\ PyObject *args; PyObject *traceback;\ PyObject *context; PyObject *cause;\ - int suppress_context; + char suppress_context; typedef struct { PyException_HEAD