]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added PyExc_NotImplementedError
authorBarry Warsaw <barry@python.org>
Tue, 1 Dec 1998 18:34:01 +0000 (18:34 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 1 Dec 1998 18:34:01 +0000 (18:34 +0000)
Include/pyerrors.h

index c34e250678d7f932697d948e9afea7f27a4de706..da5f302cdde678313752103442416cce6b469f4b 100644 (file)
@@ -73,6 +73,7 @@ extern DL_IMPORT(PyObject *) PyExc_MemoryError;
 extern DL_IMPORT(PyObject *) PyExc_NameError;
 extern DL_IMPORT(PyObject *) PyExc_OverflowError;
 extern DL_IMPORT(PyObject *) PyExc_RuntimeError;
+extern DL_IMPORT(PyObject *) PyExc_NotImplementedError;
 extern DL_IMPORT(PyObject *) PyExc_SyntaxError;
 extern DL_IMPORT(PyObject *) PyExc_SystemError;
 extern DL_IMPORT(PyObject *) PyExc_SystemExit;