Hi,<br><br>I'm running python 2.4 on a 64bit linux and get strange results:<br>(int(9))**2 is equal to 81, as it should, but<br>(int64(9))**2 is equal to 0<br><br>Is it a bug or a feature?<br><br>Eugene<br><br><br>