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-17.18:17:29
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Python crashes with a floating point exception on SF's
 Alpha/Linux 2.2 machine in the compile farm:
$ ./python
Python 2.3b1+ (#2, Jun 17 2003, 10:50:58) 
[GCC 2.95.4 20011002 (Debian prerelease)] on linux2
Type "help", "copyright", "credits" or "license" for
more information.
>>> pow(1e200+1j,1e200+1j)
Floating point exception
$
History
Date User Action Args
2008-01-20 09:56:09adminlinkissue756093 messages
2008-01-20 09:56:09admincreate