hi all is there a python module around allow using arbitrary long integers? i.e. the result of an integer operation is as long as necessary, so that a*b never produces an overflow error. (but rather an out of memory error ;-) ) thanks, leo