commit | b99f762f10edb2646a634c2290ecb064bd52e5c7 | [log] [tgz] |
---|---|---|
author | Travis E. Oliphant <oliphant@enthought.com> | Sat Aug 18 11:21:56 2007 +0000 |
committer | Travis E. Oliphant <oliphant@enthought.com> | Sat Aug 18 11:21:56 2007 +0000 |
tree | e0a354d42dccb18b7b2c99ed2733c135135a50af | |
parent | 3de862df45480438dc6756103109ea9010d2825e [diff] [blame] |
Merged in py3k-buffer branch to main line. All objects now use the buffer protocol in PEP 3118.
diff --git a/Include/pyerrors.h b/Include/pyerrors.h index b1cc429..c519cb6 100644 --- a/Include/pyerrors.h +++ b/Include/pyerrors.h
@@ -138,6 +138,7 @@ PyAPI_DATA(PyObject *) PyExc_UnicodeTranslateError; PyAPI_DATA(PyObject *) PyExc_ValueError; PyAPI_DATA(PyObject *) PyExc_ZeroDivisionError; +PyAPI_DATA(PyObject *) PyExc_BufferError; #ifdef MS_WINDOWS PyAPI_DATA(PyObject *) PyExc_WindowsError; #endif