]> granicus.if.org Git - python/commit
Changes for Lee Busby's SIGFPE patch set.
authorGuido van Rossum <guido@python.org>
Fri, 14 Feb 1997 22:58:07 +0000 (22:58 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 14 Feb 1997 22:58:07 +0000 (22:58 +0000)
commit0ae748d3c409fc4b870baadd601a53c6a43ddf11
treef2f51f02dae2969fdf958a28e9412da3092eddd3
parent09e6ad0c1e1c7b3c6132ab2d5dd85c5cc376721d
Changes for Lee Busby's SIGFPE patch set.
New file pyfpe.c and exception FloatingPointError.
Surround some f.p. operations with PyFPE macro brackets.
Python/Makefile.in
Python/bltinmodule.c
Python/compile.c
Python/marshal.c
Python/pyfpe.c [new file with mode: 0644]