mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Changes for Lee Busby's SIGFPE patch set.
New file pyfpe.c and exception FloatingPointError. Surround some f.p. operations with PyFPE macro brackets.
This commit is contained in:
parent
09e6ad0c1e
commit
0ae748d3c4
5 changed files with 38 additions and 4 deletions
|
@ -41,7 +41,7 @@ OBJS= \
|
|||
getplatform.o getversion.o graminit.o \
|
||||
import.o importdl.o \
|
||||
marshal.o modsupport.o mystrtoul.o \
|
||||
pythonrun.o \
|
||||
pyfpe.o pythonrun.o \
|
||||
sigcheck.o structmember.o sysmodule.o \
|
||||
traceback.o \
|
||||
$(LIBOBJS)
|
||||
|
@ -107,6 +107,7 @@ marshal.o: marshal.c
|
|||
memmove.o: memmove.c
|
||||
modsupport.o: modsupport.c
|
||||
mystrtoul.o: mystrtoul.c
|
||||
pyfpe.o: pyfpe.c
|
||||
pythonrun.o: pythonrun.c
|
||||
sigcheck.o: sigcheck.c
|
||||
strerror.o: strerror.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue