Hi all, Is the following a known bug? (IPy 1.1.1)
>>> import System >>> n = 8591464408876390743 >>> x = System.Int64(n) >>> x 8591464408876390400L >>> y = System.Int64(str(n)) >>> y 8591464408876390743L >>> x == y False n is positive and contained in 63 bits, so there shouldn't even be signed/unsigned issues. ?
_______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
