Changes for Lee Busby's SIGFPE patch set.

New file pyfpe.h, new exception FloatingPointError.
This commit is contained in:
Guido van Rossum 1997-02-14 22:53:12 +00:00
parent 1ca407f3e4
commit 7d4266ed5a
4 changed files with 168 additions and 0 deletions

View file

@ -113,4 +113,6 @@ PERFORMANCE OF THIS SOFTWARE.
#include "rename2.h"
#endif
#include "pyfpe.h"
#endif /* !Py_ALLOBJECTS_H */