]> granicus.if.org Git - python/commitdiff
Added AssertionError.
authorGuido van Rossum <guido@python.org>
Wed, 2 Apr 1997 05:22:53 +0000 (05:22 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 2 Apr 1997 05:22:53 +0000 (05:22 +0000)
Include/pyerrors.h

index bdc17eee967edacfc7d3e54d6c21b245f79c7929..c3de80a4601415b0fecf1bf6de1df8086abe0caf 100644 (file)
@@ -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;