mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +00:00
Added AssertionError.
This commit is contained in:
parent
556440d278
commit
6fa4466cec
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue