]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Changes for Lee Busby's SIGFPE patch set.
authorGuido van Rossum <guido@python.org>
Fri, 14 Feb 1997 22:59:58 +0000 (22:59 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 14 Feb 1997 22:59:58 +0000 (22:59 +0000)
commit52fa3a69090ac098b01b28f397d9bd08f957e8cd
treec01e3347c776bd8f5deb93af7e90cfca37dea8eb
parent0ae748d3c409fc4b870baadd601a53c6a43ddf11
Changes for Lee Busby's SIGFPE patch set.
Two new modules fpectl and fpetest.
Surround various and sundry f.p. operations with PyFPE_*_PROTECT macros.
Modules/_tkinter.c
Modules/cmathmodule.c
Modules/fpectlmodule.c [new file with mode: 0644]
Modules/fpetestmodule.c [new file with mode: 0644]
Modules/imgfile.c
Modules/mathmodule.c
Modules/mpzmodule.c
Modules/stropmodule.c