summaryrefslogtreecommitdiffstats
path: root/Include/rename2.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-02-14 22:53:12 (GMT)
committerGuido van Rossum <guido@python.org>1997-02-14 22:53:12 (GMT)
commit7d4266ed5a68e4434a86a11eb771abb28d13322e (patch)
treec1e92f426b3b3a523d9f16020fea741776087d46 /Include/rename2.h
parent1ca407f3e47a80c0c6f76d9c8e4be7c28d60d243 (diff)
downloadcpython-7d4266ed5a68e4434a86a11eb771abb28d13322e.zip
cpython-7d4266ed5a68e4434a86a11eb771abb28d13322e.tar.gz
cpython-7d4266ed5a68e4434a86a11eb771abb28d13322e.tar.bz2
Changes for Lee Busby's SIGFPE patch set.
New file pyfpe.h, new exception FloatingPointError.
Diffstat (limited to 'Include/rename2.h')
-rw-r--r--Include/rename2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/rename2.h b/Include/rename2.h
index 47c90cb..895a83d 100644
--- a/Include/rename2.h
+++ b/Include/rename2.h
@@ -75,6 +75,7 @@ PERFORMANCE OF THIS SOFTWARE.
#define AttributeError PyExc_AttributeError
#define ConflictError PyExc_ConflictError
#define EOFError PyExc_EOFError
+#define FloatingPointError PyExc_FloatingPointError
#define IOError PyExc_IOError
#define ImportError PyExc_ImportError
#define IndexError PyExc_IndexError