This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author doerwalter
Recipients
Date 2003-06-23.11:13:54
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=89016

Doesn't seem that way: gcc -pthread -c  -DNDEBUG -g -O3
-Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE
-o Objects/complexobject.o Objects/complexobject.c

Changing OPT in Makefile to include -ieee and recompiling
doesn't fix the problem, I still get a "Floating point
exception".
History
Date User Action Args
2008-01-20 09:56:10adminlinkissue756093 messages
2008-01-20 09:56:10admincreate