Max Long

Gary Herron gherron at islandtraining.com
Mon Jan 21 18:36:19 EST 2008


tjhnson at gmail.com wrote:
> How can I figure out the largest long available?  I was hoping for
> something like sys.maxint, but I didn't see it.  Also, can someone
> point me to where I can (concisely) read about size of such types
> (int, float, long).
>   
There is no explicit (defined) limit.  The amount of available address
space forms a practical limit.

Gary Herron




More information about the Python-list mailing list