[Python-checkins] r68629 - python/branches/py3k/Include/pyerrors.h

benjamin.peterson python-checkins at python.org
Fri Jan 16 04:06:58 CET 2009


Author: benjamin.peterson
Date: Fri Jan 16 04:06:57 2009
New Revision: 68629

Log:
remove duplicate definition of PyExc_BufferError #4950

Modified:
   python/branches/py3k/Include/pyerrors.h

Modified: python/branches/py3k/Include/pyerrors.h
==============================================================================
--- python/branches/py3k/Include/pyerrors.h	(original)
+++ python/branches/py3k/Include/pyerrors.h	Fri Jan 16 04:06:57 2009
@@ -144,7 +144,6 @@
 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


More information about the Python-checkins mailing list