Staging
v0.8.1
Revision dedeeaad040cdcb3c72b6f89cd33cc0264ea908d authored by Neal Norwitz on 31 March 2006, 06:54:45 UTC, committed by Neal Norwitz on 31 March 2006, 06:54:45 UTC
gcc.  Without this flag, doing pretty much anything with NaNs causes
a Floating Point Exception signal.  This causes the interpreter to quit.
The failing tests this fixes are:  test_float, test_long, and test_struct.
This is somewhat equivalent to doing signal(SIGFPE, SIG_IGN).

Will verify if this is a problem in 2.4 and backport if necessary (probably).
1 parent 7b8cf38
History
File Mode Size
Grammar -rw-r--r-- 5.6 KB

back to top