summaryrefslogtreecommitdiffstats
path: root/Modules/fpetestmodule.c
Commit message (Collapse)AuthorAgeFilesLines
* New form of PyFPE_END_PROTECT macro.Guido van Rossum1997-03-141-6/+6
|
* Lee's next version. Careful: this now dumps core for me on SGI IRIX 5.3.Guido van Rossum1997-02-211-118/+76
| | | | Lee is wondering whether to withdraw his patchs. Sigh.
* Changes for Lee Busby's SIGFPE patch set.Guido van Rossum1997-02-141-0/+228
Two new modules fpectl and fpetest. Surround various and sundry f.p. operations with PyFPE_*_PROTECT macros.