From 6fa4466cec75ca540ebf00a79092415cc1e1485f Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 2 Apr 1997 05:22:53 +0000 Subject: Added AssertionError. --- Include/pyerrors.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Include/pyerrors.h b/Include/pyerrors.h index bdc17ee..c3de80a 100644 --- a/Include/pyerrors.h +++ b/Include/pyerrors.h @@ -48,6 +48,7 @@ void PyErr_Restore Py_PROTO((PyObject *, PyObject *, PyObject *)); /* Predefined exceptions */ extern DL_IMPORT(PyObject *) PyExc_AccessError; +extern DL_IMPORT(PyObject *) PyExc_AssertionError; extern DL_IMPORT(PyObject *) PyExc_AttributeError; extern DL_IMPORT(PyObject *) PyExc_EOFError; extern DL_IMPORT(PyObject *) PyExc_FloatingPointError; -- cgit v0.12