Message1760

Author ukeshav
Recipients
Date 2007-08-20.09:51:45
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
i have traced the bug and found some problem in PyString.java  __complex__ function 
here the line
z = Double.valueOf(string.substring(s, end)).doubleValue();

is getting Double.POSITIVE_INFINITY value  for some case it may get Double.NEGATIVE_INFINITY tooo 

Looking more in this in deatal ..

patch will be updated soon..

History
Date User Action Args
2008-02-20 17:17:55adminlinkissue1758284 messages
2008-02-20 17:17:55admincreate