mirror of
https://github.com/python/cpython.git
synced 2025-08-23 10:16:01 +00:00
Changes for Lee Busby's SIGFPE patch set.
New file pyfpe.h, new exception FloatingPointError.
This commit is contained in:
parent
1ca407f3e4
commit
7d4266ed5a
4 changed files with 168 additions and 0 deletions
|
@ -51,6 +51,7 @@ extern DL_IMPORT(PyObject *) PyExc_AccessError;
|
|||
extern DL_IMPORT(PyObject *) PyExc_AttributeError;
|
||||
extern DL_IMPORT(PyObject *) PyExc_ConflictError;
|
||||
extern DL_IMPORT(PyObject *) PyExc_EOFError;
|
||||
extern DL_IMPORT(PyObject *) PyExc_FloatingPointError;
|
||||
extern DL_IMPORT(PyObject *) PyExc_IOError;
|
||||
extern DL_IMPORT(PyObject *) PyExc_ImportError;
|
||||
extern DL_IMPORT(PyObject *) PyExc_IndexError;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue