mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
[Py_Exc]NumberError => [Py_Exc]ArithmeticError
This commit is contained in:
parent
2f5f6a2595
commit
65349a3936
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue