]> granicus.if.org Git - python/commitdiff
[Py_Exc]NumberError => [Py_Exc]ArithmeticError
authorBarry Warsaw <barry@python.org>
Tue, 16 Sep 1997 21:50:36 +0000 (21:50 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 16 Sep 1997 21:50:36 +0000 (21:50 +0000)
Include/pyerrors.h

index 580f6d7da90a2f7afe6f2af57cb724dc25caad9e..cd6b7ba7cc8e76758153fc53ba2b4c5daa74e853 100644 (file)
@@ -55,7 +55,7 @@ void PyErr_NormalizeException Py_PROTO((PyObject**, PyObject**, PyObject**));
 
 extern DL_IMPORT(PyObject *) PyExc_Exception;
 extern DL_IMPORT(PyObject *) PyExc_StandardError;
-extern DL_IMPORT(PyObject *) PyExc_NumberError;
+extern DL_IMPORT(PyObject *) PyExc_ArithmeticError;
 extern DL_IMPORT(PyObject *) PyExc_LookupError;
 
 extern DL_IMPORT(PyObject *) PyExc_AssertionError;