summaryrefslogtreecommitdiffstats
path: root/Python/pyfpe.c
Commit message (Collapse)AuthorAgeFilesLines
* Some patches to Lee Busby's fpectl mods that accidentally didn't make itGuido van Rossum1997-10-201-2/+1
| | | | into 1.5a4.
* New form of PyFPE_END_PROTECT macro.Guido van Rossum1997-03-141-1/+1
|
* Changes for Lee Busby's SIGFPE patch set.Guido van Rossum1997-02-141-0/+16
New file pyfpe.c and exception FloatingPointError. Surround some f.p. operations with PyFPE macro brackets.