[IronPython] IronPython and Big Numbers

Michael Foord fuzzyman at voidspace.org.uk
Fri Mar 9 13:30:33 CET 2007


IronPython doesn't seem to like *very* big integers :

IronPython 1.0 (1.0.61005.1977) on .NET 2.0.50727.42
Copyright (c) Microsoft Corporation. All rights reserved.
 >>> 10 ** 10 ** 10
Traceback (most recent call last):
  File , line 0, in <stdin>##78
ValueError: number too big

This may be fixed in 1.1, or it may not be important. :-)

Michael Foord
http://www.voidspace.org.uk/ironpython/index.shtml




More information about the Ironpython-users mailing list